class RSpec::Matchers::BuiltIn::Output

def does_not_match?(block)

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