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