class RSpec::Matchers::BuiltIn::YieldSuccessiveArgs

def positive_failure_reason

def positive_failure_reason
  return 'was not a block' unless @probe.has_block?
  'yielded with unexpected arguments' \
  "\nexpected: #{surface_descriptions_in(@expected).inspect}" \
  "\n     got: [#{@actual_formatted.join(", ")}]"
end