# File lib/hashery/propertyhash.rb, line 72 def merge!(h) h.keys.each{ |k| assert_key!(k) } super(h) end