module Mocha::ParameterMatchers
def anything
- Example: Any object will match. -
Other tags:
- See: Expectation#with -
Returns:
-
(Anything)
- parameter matcher.
def anything Anything.new end
(Anything)
- parameter matcher.
def anything Anything.new end