# File lib/arrayfields.rb, line 239
    def update other
      other.each{|k,v| self[k] = v}
      to_hash
    end