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