class HighLine::Question
def build_responses(message_source = answer_type)
def build_responses(message_source = answer_type) append_default_to_template if default_hint_show new_hash = build_responses_new_hash(message_source) # Update our internal responses with the new hash # generated from the message source @internal_responses = @internal_responses.merge(new_hash) end