class RSpec::Matchers::BuiltIn::YieldWithNoArgs

def failure_message

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