Mocha::ParameterMatchers::Base
Parameter matcher which always matches whatever the parameters.
@private
# File lib/mocha/parameter_matchers/any_parameters.rb, line 31 31: def matches?(available_parameters) 32: while available_parameters.length > 0 do 33: available_parameters.shift 34: end 35: return true 36: end
# File lib/mocha/parameter_matchers/any_parameters.rb, line 39 39: def mocha_inspect 40: "any_parameters" 41: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.