Method: ToolsPrompt.select
- Defined in:
- lib/lib/prompt.rb
.select(*args) ⇒ Object
29 30 31 32 33 |
# File 'lib/lib/prompt.rb', line 29 def self.select(*args) prompt = TTY::Prompt.new result = prompt.select(*args) result end |
29 30 31 32 33 |
# File 'lib/lib/prompt.rb', line 29 def self.select(*args) prompt = TTY::Prompt.new result = prompt.select(*args) result end |