# File lib/couchrest/model/casted_array.rb, line 54
    def clear
      couchrest_parent_will_change! if use_dirty? && self.length > 0
      super
    end