# File lib/thread_safe/synchronized_delegator.rb, line 19 def setup @old_abort = Thread.abort_on_exception Thread.abort_on_exception = true end