# File lib/cucumber/formatter/progress.rb, line 12 def initialize(step_mother, path_or_io, options) @step_mother, @io, @options = step_mother, ensure_io(path_or_io, "progress"), options end