# File lib/bundler/settings.rb, line 18
    def delete(key)
      @local_config.delete(key_for(key))
    end