# File lib/mocha/parameter_matchers/any_of.rb, line 47 def mocha_inspect "any_of(#{@matchers.map(&:mocha_inspect).join(', ')})" end