# File lib/dm-types/paranoid/base.rb, line 32 def with_deleted with_exclusive_scope({}) { block_given? ? yield : all } end