# File lib/parallel_cucumber/runtime_logger.rb, line 4
    def initialize(step_mother, path_or_io, options=nil)
      @io = prepare_io(path_or_io)
      @example_times = Hash.new(0)
    end