# File lib/active_record/identity_map.rb, line 60 def use old, self.enabled = enabled, true yield if block_given? ensure self.enabled = old clear end