class RSpec::Matchers::BuiltIn::YieldSuccessiveArgs
def failure_message_for_should
def failure_message_for_should "expected given block to yield successively with arguments, but yielded with unexpected arguments" + "\nexpected: #{@expected.inspect}" + "\n got: #{@actual.inspect} (compared using === and ==)" end