# File lib/minitest/unit.rb, line 1286 def self.add_teardown_hook arg=nil, &block hook = arg || block @teardown_hooks << hook end