class Cucumber::Formatter::Rerun

def initialize(step_mother, path_or_io, options)

def initialize(step_mother, path_or_io, options)
  @io = ensure_io(path_or_io, "rerun")
  @options = options
  @file_names = []
  @file_colon_lines = Hash.new{|h,k| h[k] = []}
end