# File lib/mocha/parameter_matchers/not.rb, line 33
33:       def initialize(matcher)
34:         @matcher = matcher
35:       end