Method: CLI::UI.spinner

Defined in:
lib/cli/ui.rb

.spinner(title, auto_debrief: true, to: $stdout, &block) ⇒ Object



278
279
280
# File 'lib/cli/ui.rb', line 278

def spinner(title, auto_debrief: true, to: $stdout, &block)
  CLI::UI::Spinner.spin(title, auto_debrief: auto_debrief, to: to, &block)
end