class PhusionPassenger::Utils::TerminalChoiceMenu

def index_choices

def index_choices
  index = {}
  @choices.each do |choice|
    index[choice.name] = choice
  end
  return index
end