# File lib/rbase/table.rb, line 142 def each_with_deleted return unless block_given? count.times do |i| yield load(i) end end