# File lib/test/unit.rb, line 490
      def run_at_exit_hooks
        @@at_exit_hooks.each do |hook|
          hook.call
        end
      end