class ParallelTests::Cucumber::FailuresLogger

def initialize(runtime, path_or_io, options)

def initialize(runtime, path_or_io, options)
  super
  @io = prepare_io(path_or_io)
end