# File lib/rbase/table.rb, line 154
    def each_with_deleted
      return unless block_given?

      count.times do |i|
        yield load(i)
      end
    end