class TTY::Spinner

def tty?

Other tags:
    Api: - public
def tty?
  output.respond_to?(:tty?) && output.tty?
end