class RSpec::Matchers::BuiltIn::YieldWithNoArgs

def failure_message_when_negated

Other tags:
    Private: -
def failure_message_when_negated
  "expected given block not to yield with no arguments, but #{negative_failure_reason}"
end