class ProgressBar
- ProgressBar
- Reference
- Object
Defined in:
progress.crConstructors
Instance Method Summary
- #complete : String
- #complete=(complete : String)
- #current : Float64 | Int32
- #done
- #done?
- #inc
- #incomplete : String
- #incomplete=(incomplete : String)
- #output_stream : IO::FileDescriptor
- #output_stream=(output_stream : IO::FileDescriptor)
- #percent
- #set(n)
- #step : Int32
- #step=(step : Int32)
- #tick(n)
- #total : Int32
- #total=(total : Int32)
- #width : Int32
- #width=(width : Int32)
Constructor Detail
def self.new(total : Int32 = 100, step : Int32 = 1, width : Int32 = 100, complete : String = "▓", incomplete : String = "░", use_stdout = false)
#