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, **options, &block)
	Console.call(@subject, *arguments, **options, **@options, &block)
end