class Mocha::ParameterMatchers::Anything
Parameter matcher which always matches a single parameter.
def matches?(available_parameters)
- Private: -
def matches?(available_parameters) available_parameters.shift return true end
def mocha_inspect
- Private: -
def mocha_inspect "anything" end