# File lib/ansi/progressbar.rb, line 93
    def finish
      @current = @total
      @is_finished = true
      show_progress
    end