This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.
run=(flag)
Set true when Test::Unit has run. If set to true Test::Unit will not automatically run at exit.
# File lib/test/unit.rb, line 266 def self.run=(flag) @run = flag end