class RSpec::Matchers::BuiltIn::YieldWithArgs

def failure_message

Other tags:
    Private: -
def failure_message
  "expected given block to yield with arguments, but #{positive_failure_reason}"
end