# File lib/simp/cli/config/items/item.rb, line 326
    def get_item(key)
      verify_item_present(key)
      @config_items.fetch(key)
    end