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