39 40 41 42 43
# File 'lib/test/unit.rb', line 39 def initialize(*, &block) @init_hook = block @options = nil super(&nil) end