class Progress::Bar
- Progress::Bar
- Reference
- Object
Direct Known Subclasses
Defined in:
progress_bar/bar.crConstructors
Instance Method Summary
- #current : Float64 | Int32
- #done?
- #finish!
- #humanized_current
- #humanized_total
- #output_stream : IO::FileDescriptor
- #remaining
- #theme : Progress::Theme
- #tick(n = @step, no_print = false)
- #total : Int32
Constructor Detail
def self.new(total : Int32 = 100, step : Int32 = 1, theme : Progress::Theme = Theme.new, output_stream : IO::FileDescriptor = STDOUT)
#