method
new
v1_9_3_392 -
Show latest stable
- Class:
Test::Unit::Options
new(*, &block)public
No documentation available.
# File lib/test/unit.rb, line 33
def initialize(*, &block)
@init_hook = block
@options = nil
super(&nil)
end