# File lib/thread_safe/synchronized_delegator.rb, line 24
  def teardown
    Thread.abort_on_exception = @old_abort
  end