# File lib/ansi/progressbar.rb, line 124
    def reset
      @current = 0
      @is_finished = false
    end