class RTUI::Progress

def finish

def finish
  @current = @total
  @finished = true
  show
end