Sufficiently immutable objects for JavaScript.
openstruct-from_hash.rb implements OpenStruct.from_hash(), a recursive constructor for the OpenStruct class that is apart of Ruby's standard library.
Add recursive constructor from_hash to OpenStruct.