module Mocha::ParameterMatchers::InstanceMethods

@private

Public Instance Methods

to_matcher(_expectation = nil) click to toggle source

@private

# File lib/mocha/parameter_matchers/instance_methods.rb, line 9
def to_matcher(_expectation = nil)
  Mocha::ParameterMatchers::Equals.new(self)
end