Issue #484 has been updated by Drake Wilson. Amazing. The preview showed me a completely wrong rendition. Let's try that again. #!/usr/bin/ruby require 'openssl' c = OpenSSL::Config.new c['foo'] = [ ['key', 'value'] ] c.freeze c['foo'] = [ ['key', 'wrong'] ] p c['foo']['key'] # Prints "wrong" ---------------------------------------- http://redmine.ruby-lang.org/issues/show/484 ---------------------------------------- http://redmine.ruby-lang.org