class TTY::Spinner

def clear_line

Other tags:
    Api: - public
def clear_line
  write(ECMA_CSI + '0m' + TTY::Cursor.clear_line)
end