Method: Commander::UI::ProgressBar#completed?
- Defined in:
- lib/commander/user_interaction.rb
#completed? ⇒ Boolean
Whether or not the operation has completed.
532 533 534 |
# File 'lib/commander/user_interaction.rb', line 532 def completed? @step == @total_steps end |