class HighLine::QuestionAsker

def gather_with_array

def gather_with_array
  [].tap do |answers|
    answers << ask_once
    question.template = ""
    yield answers
  end
end