class ParallelTests::Gherkin::RuntimeLogger

def initialize(step_mother, path_or_io, options)

def initialize(step_mother, path_or_io, options)
  @io = prepare_io(path_or_io)
  @example_times = Hash.new(0)
end