class Fluent::Test::Driver::MultiOutput

def run(flush: true, **kwargs, &block)

def run(flush: true, **kwargs, &block)
  @flush_buffer_at_cleanup = flush
  super(**kwargs, &block)
end