class ParallelTests::Cucumber::RuntimeLogger

def initialize(step_mother, path_or_io, options=nil)

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