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