Object
# File lib/rspec/matchers/built_in/equal.rb, line 36 36: def diffable? 37: true 38: end
# File lib/rspec/matchers/built_in/equal.rb, line 11 11: def failure_message_for_should 12: return expected #{inspect_object(expected)} got #{inspect_object(actual)}Compared using equal?, which compares object identity,but expected and actual are not the same object. Use'actual.should == expected' if you don't care aboutobject identity in this example. 13: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.