class Gem::ConfigFile

def []=(key, value)

Set configuration option +key+ to +value+.
def []=(key, value)
  @hash[key.to_s] = value
end