Module: Ask

Extended by:
Ask
Included in:
Ask
Defined in:
lib/inquirer.rb

Instance Method Summary collapse

Instance Method Details

#checkbox(*args) ⇒ Object



12
13
14
# File 'lib/inquirer.rb', line 12

def checkbox *args
  Checkbox.ask *args
end

#list(*args) ⇒ Object

implement prompts



9
10
11
# File 'lib/inquirer.rb', line 9

def list *args
  List.ask *args
end