class Cucumber::Formatter::Progress

def initialize(step_mother, path_or_io, options)

def initialize(step_mother, path_or_io, options)
  @step_mother, @io, @options = step_mother, ensure_io(path_or_io, "progress"), options
end