ProgressBar
Inherits Reference < Object
Constructors
new(total : Int32 = 100, step : Int32 = 1, width : Int32 = 100, complete : String = "▓", incomplete : String = "░", use_stdout = false)
SourceInstance methods
complete
Sourcecomplete=(complete : String)
Sourcecurrent
Sourcedone
Sourcedone?
Sourceinc
Sourceincomplete
Sourceincomplete=(incomplete : String)
Sourceoutput_stream
Sourceoutput_stream=(output_stream : IO::FileDescriptor)
Sourcepercent
Sourceset(n)
Sourcestep
Sourcestep=(step : Int32)
Sourcetick(n)
Sourcetotal
Sourcetotal=(total : Int32)
Sourcewidth
Sourcewidth=(width : Int32)
Source