Object
# File lib/rspec/mocks/argument_matchers.rb, line 95 def initialize(matcher) @matcher = matcher end
# File lib/rspec/mocks/argument_matchers.rb, line 99 def ==(value) @matcher.matches?(value) end