# File lib/mocha/parameter_matchers/not.rb, line 19 19: def Not(matcher) 20: Not.new(matcher) 21: end