class Gem::ConfigFile

def [](key)

Return the configuration information for +key+.
def [](key)
  @hash[key.to_s]
end