class RSpec::Matchers::BuiltIn::YieldWithArgs

def does_not_match?(block)

Other tags:
    Private: -
def does_not_match?(block)
  !matches?(block) && @probe.has_block?
end