# File lib/mocha/parameter_matchers/all_of.rb, line 25
25:     def all_of(*matchers)
26:       AllOf.new(*matchers)
27:     end