# File lib/ruby-progressbar/base.rb, line 176
  def update_progress(*args)
    output.with_refresh do
      progressable.__send__(*args)
      timer.stop if finished?
    end
  end