# File lib/spec/expectations/extensions/object.rb, line 53
      def should_not(matcher=nil, &block)
        NegativeExpectationMatcherHandler.handle_matcher(self, matcher, &block)
      end