module RSpec::Support::RubyFeatures
@api private
Provides query methods for ruby features that differ among implementations.
Public Instance Methods
# File rspec-support/lib/rspec/support/ruby_features.rb, line 65 def fork_supported? Process.respond_to?(:fork) end
# File rspec-support/lib/rspec/support/ruby_features.rb, line 91 def ripper_supported? false end
# File rspec-support/lib/rspec/support/ruby_features.rb, line 70 def supports_exception_detailed_message? true end
# File rspec-support/lib/rspec/support/ruby_features.rb, line 80 def supports_syntax_suggest? true end