class RSpec::Matchers::BuiltIn::ThrowSymbol

def does_not_match?(given_proc)

def does_not_match?(given_proc)
  !matches?(given_proc) && Proc === given_proc
end