class Cucumber::Formatter::Rerun

def initialize(runtime, path_or_io, options)

def initialize(runtime, path_or_io, options)
  @io = ensure_io(path_or_io, "rerun")
  @failures = {}
end