# File src/ruby_supportlib/phusion_passenger/utils/progress_bar.rb, line 30
    def initialize(output = STDOUT)
      @output = output
      @tty = output.tty?
      @throbbler_index = 0
    end