module Mocha::ParameterMatchers

def anything

Other tags:
    Example: Any object will match. -

Other tags:
    See: Expectation#with -

Returns:
  • (Anything) - parameter matcher.
def anything
  Anything.new
end