class

ProgressBar

Inherits Reference < Object

Constructors

new(total : Int32 = 100, step : Int32 = 1, width : Int32 = 100, complete : String = "▓", incomplete : String = "░", use_stdout = false)
Source

Instance methods

complete
Source
complete=(complete : String)
Source
current
Source
done
Source
done?
Source
incomplete
Source
incomplete=(incomplete : String)
Source
output_stream
Source
output_stream=(output_stream : IO::FileDescriptor)
Source
percent
Source
set(n)
Source
step
Source
step=(step : Int32)
Source
tick(n)
Source
total
Source
total=(total : Int32)
Source
width
Source
width=(width : Int32)
Source