# File lib/bundler/settings.rb, line 9
    def [](key)
      key = key_for(key)
      @local_config[key] || ENV[key] || @global_config[key]
    end