# File lib/dm-core/repository.rb, line 103 def scope Repository.context << self begin yield self ensure Repository.context.pop end end