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