class Benchmark::IPS::Job::MultiReport

def add_report(item, caller)

def add_report(item, caller)
  @out.each { |o| o.add_report(item, caller) }
end