# File lib/hashery/ostructable.rb, line 89 def marshal_load(hash) __table__.replace(hash) __table__.each_key{|key| new_ostruct_member(key)} end