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