Method: Pantry::UI#progress_finish

Defined in:
lib/pantry/ui.rb

#progress_finishObject

Complete and close down the current progress meter



63
64
65
# File 'lib/pantry/ui.rb', line 63

def progress_finish
  @progress.finish
end