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