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