# File lib/couchrest/model/casted_array.rb, line 64
    def delete_at(index)
      couchrest_parent_will_change! if use_dirty? && self.length > 0
      super(index)
    end