# File lib/spec/example/subject.rb, line 108
        def should_not(matcher=nil, message=nil)
          self == subject ? self.__should_not_for_example_group__(matcher) : subject.should_not(matcher,message)
        end