# File tests/wntestcase.rb, line 104 def self::addSetupBlock( &block ) self.methodCounter += 1 newMethodName = "setup_#{self.methodCounter}".intern define_method( newMethodName, &block ) self.setupBlocks.push newMethodName end