# File lib/hashery/property_hash.rb, line 119
    def store(key, value)
      assert_key!(key)
      super(key, value)
    end