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