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