class Test::Unit::AutoRunner

def prepare(hook=nil, &block)

def prepare(hook=nil, &block)
  hook ||= Proc.new(&block)
  PREPARE_HOOKS << hook
end