Method: CLI::UI.any_key
- Defined in:
- lib/cli/ui.rb
.any_key(prompt = 'Press any key to continue') ⇒ Object
101 102 103 |
# File 'lib/cli/ui.rb', line 101 def any_key(prompt = 'Press any key to continue') CLI::UI::Prompt.any_key(prompt) end |