Method: Test::Unit::Options#initialize

Defined in:
lib/test/unit.rb

#initialize(&block) ⇒ Object



39
40
41
42
43
# File 'lib/test/unit.rb', line 39

def initialize(*, &block)
  @init_hook = block
  @options = nil
  super(&nil)
end