Method: Commander::UI::ProgressBar#time_elapsed
- Defined in:
- lib/commander/user_interaction.rb
#time_elapsed ⇒ Object
Time that has elapsed since the operation started.
467 468 469 |
# File 'lib/commander/user_interaction.rb', line 467 def time_elapsed Time.now - @start_time end |