class HighLine::Menu

def update_responses


'options' will be used to populate choice lists.
build_responses method, overriding its default arguments to specify
Menu specific differences. Calls the superclass' (Question's)
This method will update the intelligent responses to account for
def update_responses
  build_responses(options)
end