module TTY
module TTY::Formats
class TTY::Spinner
class TTY::Spinner::Multi
tty-spinner
0.9.3
# tty?
def tty? output.respond_to?(:tty?) && output.tty? end