# File lib/mocha/parameter_matchers/all_of.rb, line 19
19:     def all_of(*matchers)
20:       AllOf.new(*matchers)
21:     end