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