class HighLine::QuestionAsker

def gather_integer

Returns:
  • (Array) - answers
def gather_integer
  gather_with_array do |answers|
    (question.gather - 1).times { answers << ask_once }
  end
end