# File lib/facet/ostruct/ostruct_update.rb, line 11 def ostruct_update( hash ) if hash for k,v in hash @table[k.to_sym] = v end end end