From: Thomas Sawyer Date: 2012-02-21T23:16:55+09:00 Subject: [ruby-core:42779] [ruby-trunk - Feature #6056][Open] Enhancements to OpenStruct Issue #6056 has been reported by Thomas Sawyer. ---------------------------------------- Feature #6056: Enhancements to OpenStruct https://bugs.ruby-lang.org/issues/6056 Author: Thomas Sawyer Status: Open Priority: Normal Assignee: Category: lib Target version: This patch fixes one issue, protecting #new_ostruct_member method, and possibly another by dup'ing marshal_dump, but I need more feedback on the later b/c I've also been told it is not needed. The rest of this patch provides enhancements to OpenStruct that I feel are sorely needed, these include access via [] and []=, ability to mass update via merge!, minimal polymorphism with Hash and the addition of equality methods, eql? and ==. https://github.com/ruby/ruby/pull/95 I'd also like opinions on further enhancements: * adding #each and #each_pair * making OpenStruct a subclass of BasicObject -- http://bugs.ruby-lang.org/