in lib/config.rb [11:18]
def initialize if File.exists?(config_path) @config = YAML.load_file(config_path) else @config = {} end end