class TTY::Spinner

def done?

Other tags:
    Api: - public

Returns:
  • (Boolean) - whether or not the spinner has finished
def done?
  @done
end