class HighLine::Question
def final_responses
Notice that we give @user_responses precedence over the responses
This is the actual responses hash that gets used in determining output
def final_responses @internal_responses.merge(@user_responses) end