# File lib/r10k/settings/container.rb, line 47
  def []=(key, value)
    validate_key! key

    @settings[key] = value
  end