# File lib/minitest/unit.rb, line 1205
      def self.add_setup_hook arg=nil, &block
        hook = arg || block
        @setup_hooks << hook
      end