Method: Shards::Workflow::Base#choose_one

Defined in:
lib/shards/workflow/base.rb

#choose_one(title, array) ⇒ Object



144
145
146
147
148
# File 'lib/shards/workflow/base.rb', line 144

def choose_one title, array
  format_options(title, array)
  ask_question
  validate_in_index answer, array
end