class HighLine::Question::AnswerConverter

def to_proc

Returns:
  • (Proc) - answer converted to an Proc
def to_proc
  answer_type.call(answer)
end