class RSpec::Matchers::BuiltIn::RaiseError

def does_not_match?(given_proc)

Other tags:
    Private: -
def does_not_match?(given_proc)
  warn_for_negative_false_positives!
  !matches?(given_proc, :negative_expectation) && Proc === given_proc
end