# File lib/test/unit/autorunner.rb, line 56
        def prepare(hook=nil, &block)
          hook ||= Proc.new(&block)
          PREPARE_HOOKS << hook
        end