# File lib/mocha/parameter_matchers/any_of.rb, line 31
31:     def any_of(*matchers)
32:       AnyOf.new(*matchers)
33:     end