class

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)
Source

Instance methods

current
Source
done?
Source
finish!
Source
humanized_current
Source
humanized_total
Source
output_stream
Source
remaining
Source
theme
Source
tick(n = @step, no_print = false)
Source
total
Source

Nested types