# File lib/spec/expectations/extensions/kernel.rb, line 49
  def should_not(matcher=nil, message=nil, &block)
    Spec::Expectations::NegativeExpectationHandler.handle_matcher(self, matcher, message, &block)
  end