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