class Benchmark::IPS::Job::MultiReport

def start_running

def start_running
  @out.each { |o| o.start_running if o.respond_to?(:start_running) }
end