Method: Mocha::ObjectMethods#to_matcher

Defined in:
lib/mocha/parameter_matchers/object.rb

#to_matcherObject

:nodoc:



6
7
8
# File 'lib/mocha/parameter_matchers/object.rb', line 6

def to_matcher # :nodoc:
  Mocha::ParameterMatchers::Equals.new(self)
end