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