class TTY::Spinner

def spinning?

Other tags:
    Api: - public

Returns:
  • (Boolean) - whether or not the spinner is spinning
def spinning?
  @state == :spinning
end