Base
Parameter matcher which always matches whatever the parameters.
@private
# File lib/mocha/parameter_matchers/any_parameters.rb, line 31 def matches?(available_parameters) while available_parameters.length > 0 do available_parameters.shift end return true end
# File lib/mocha/parameter_matchers/any_parameters.rb, line 39 def mocha_inspect "any_parameters" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.