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