class HighLine::QuestionAsker
def initialize(question, highline)
-
highline
(HighLine
) -- context -
question
(Question
) -- question to be asked
def initialize(question, highline) @question = question @highline = highline end
highline
(HighLine
)
-- context
question
(Question
)
-- question to be asked
def initialize(question, highline) @question = question @highline = highline end