Parent

Included Modules

Class Index [+]

Quicksearch

RSpec::Matchers::BuiltIn::Eql

Public Instance Methods

diffable?() click to toggle source
    # File lib/rspec/matchers/built_in/eql.rb, line 19
19:         def diffable?
20:           true
21:         end
failure_message_for_should() click to toggle source
    # File lib/rspec/matchers/built_in/eql.rb, line 11
11:         def failure_message_for_should
12:           "\nexpected: #{expected.inspect}\n     got: #{actual.inspect}\n\n(compared using eql?)\n"
13:         end
failure_message_for_should_not() click to toggle source
    # File lib/rspec/matchers/built_in/eql.rb, line 15
15:         def failure_message_for_should_not
16:           "\nexpected: value != #{expected.inspect}\n     got: #{actual.inspect}\n\n(compared using eql?)\n"
17:         end
matches?(actual) click to toggle source
   # File lib/rspec/matchers/built_in/eql.rb, line 7
7:         def matches?(actual)
8:           super(actual).eql?(expected)
9:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.