# File lib/hashery/crud_hash.rb, line 257
    def update(other)
      other.each do |k,v|
        store(k, v)
      end
      self
    end