Object
# File lib/rspec/matchers/built_in/be.rb, line 29 def failure_message_for_should "expected: nil\n got: #{actual.inspect}" end
# File lib/rspec/matchers/built_in/be.rb, line 33 def failure_message_for_should_not "expected: not nil\n got: nil" end
# File lib/rspec/matchers/built_in/be.rb, line 25 def matches?(actual) super(actual).nil? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.