# File lib/rspec/mocks/argument_matchers.rb, line 91 def ==(value) @methods_to_respond_to.all? {|message| value.respond_to?(message)} end