# File lib/rubygems/config_file.rb, line 253
  def []=(key, value)
    @hash[key.to_s] = value
  end