BaseMatcher
# File lib/rspec/matchers/built_in/be.rb, line 39 def failure_message_for_should "expected: nil\n got: #{actual.inspect}" end
# File lib/rspec/matchers/built_in/be.rb, line 43 def failure_message_for_should_not "expected: not nil\n got: nil" end
# File lib/rspec/matchers/built_in/be.rb, line 35 def match(_, actual) actual.nil? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.