class RSpec::Core::Configuration::DeprecationReporterBuffer

def play_onto(reporter)

def play_onto(reporter)
  @calls.each do |args|
    reporter.deprecation(*args)
  end
end