class Hash

@private

Public Instance Methods

to_matcher(expectation = nil) click to toggle source

@private

# File lib/mocha/parameter_matchers/instance_methods.rb, line 24
def to_matcher(expectation = nil)
  Mocha::ParameterMatchers::PositionalOrKeywordHash.new(self, expectation)
end