class RSpec::Matchers::BuiltIn::YieldSuccessiveArgs

def failure_message

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