Spin
Inherits Reference / Object
Constants
CL = STDOUT.tty? ? "\e[0G" : "\r \r"
CLEAR = STDOUT.tty? ? "\e[2K" : "\r"
Constructors
new(delay : Float64 = 0.1, chars = Spinner::Charset[:pipe])
SourceInstance methods
chars
Sourcechars=(chars : Array(String))
Sourcedelay
Sourcedelay=(delay : Float64)
Sourcestart
Sourcestop
Source