Method: CLI::UI::Progress#update_title

Defined in:
lib/cli/ui/progress.rb

#update_title(new_title) ⇒ Object

Update the progress bar title

Attributes

  • new_title - title to change the progress bar to

: (String new_title) -> void



106
107
108
# File 'lib/cli/ui/progress.rb', line 106

def update_title(new_title)
  @title = new_title
end