# File lib/arrayfields.rb, line 243
    def replace other
      Hash === other ? update(other) : super
    end