# File lib/progressbar.rb, line 183
  def finish
    @current = @total
    @finished_p = true
    show
  end