# File lib/mocha/parameter_matchers/not.rb, line 44
44:       def mocha_inspect
45:         "Not(#{@matcher.mocha_inspect})"
46:       end