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