# File lib/hashery/basicstruct.rb, line 53 def initialize_copy(orig) orig.each{ |k,v| store(k,v) } end