# File lib/mocha/parameter_matchers/base.rb, line 63
63:       def |(matcher)
64:         AnyOf.new(self, matcher)
65:       end