# File lib/hashery/propertyhash.rb, line 60
  def []=(k,v)
    assert_key!(k)
    super(k,v)
  end