Method: Uffizzi::UI::Prompt#select

Defined in:
lib/uffizzi/promt.rb

#select(question, choices) ⇒ Object



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

def select(question, choices)
  @prompt.select(question, choices)
end