# File lib/mocha/parameter_matchers/not.rb, line 25 25: def Not(matcher) 26: Not.new(matcher) 27: end