# File lib/mocha/parameter_matchers/base.rb, line 55
55:       def |(matcher)
56:         AnyOf.new(self, matcher)
57:       end