# File lib/more/facets/autoarray.rb, line 29
  def []=(k, v)
    @update[@update_index] = self if @update and @update_index
    super
  end