Progress::Bar
Inherits Reference / Object
Constructors
new(total : Int32 = 100, step : Int32 = 1, theme : Progress::Theme = Theme.new, output_stream : IO::FileDescriptor = STDOUT, lock : Mutex = Mutex.new)
SourceInstance methods
current
Sourcedone?
Sourcefinish!
Sourcehumanized_current
Sourcehumanized_total
Sourceoutput_stream
Sourceremaining
Sourcetheme
Sourcetick(n = @step, no_print = false)
Sourcetotal
Source