# File lib/mocha/parameter_matchers/base.rb, line 30
      def &(other)
        AllOf.new(self, other)
      end