class RSpec::Matchers::DSL::Matcher

def match_for_should_not(&block)

Other tags:
    Yield: - actual the actual value (or receiver of should)
def match_for_should_not(&block)
  @match_for_should_not_block = block
end