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