class HighLine::Menu

def add_item(item)

def add_item(item)
  @items << item
  @help.merge!(item.item_help)
  update_responses
end