# File lib/bundler/settings.rb, line 3 def initialize(root) @root = root @config = File.exist?(config_file) ? YAML.load_file(config_file) : {} end