Method: Console::Progress#mark
- Defined in:
- lib/console/progress.rb
#mark(*arguments, **options, &block) ⇒ Object
Augment the progress indicator with additional information.
127 128 129 |
# File 'lib/console/progress.rb', line 127 def mark(*arguments, **, &block) Console.call(@subject, *arguments, **, **, &block) end |