# File lib/mocha/parameter_matchers/all_of.rb, line 33 33: def initialize(*matchers) 34: @matchers = matchers 35: end