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