OpenHash is akin to an OpenStruct or an OpenObject, but it is much simplier in nature. It is a hash with an method_missing definition that routes to [] and []=.
New OpenHash.
# File lib/more/facets/openhash.rb, line 22 22: def initialize(data) 23: super() 24: update(data) 25: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.