Module: Ask
Instance Method Summary collapse
- #checkbox(*args) ⇒ Object
- #confirm(*args) ⇒ Object
- #input(*args) ⇒ Object
-
#list(*args) ⇒ Object
implement prompts.
Instance Method Details
#checkbox(*args) ⇒ Object
14 15 16 |
# File 'lib/inquirer.rb', line 14 def checkbox *args Checkbox.ask *args end |
#confirm(*args) ⇒ Object
20 21 22 |
# File 'lib/inquirer.rb', line 20 def confirm *args Confirm.ask *args end |