Method: Commander::UI::ProgressBar#time_remaining
- Defined in:
- lib/commander/user_interaction.rb
#time_remaining ⇒ Object
Estimated time remaining.
474 475 476 |
# File 'lib/commander/user_interaction.rb', line 474 def time_remaining (time_elapsed / @step) * steps_remaining end |