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