# File lib/mocha/parameter_matchers/any_of.rb, line 39
39:       def initialize(*matchers)
40:         @matchers = matchers
41:       end