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