This method is deprecated or moved on the latest stable version.
The last existing version (v2_1_10) is shown here.
new(name)
public
No documentation available.
# File lib/minitest/unit.rb, line 1295
def initialize name # :nodoc:
@__name__ = name
@__io__ = nil
@passed = nil
@@current = self # FIX: make thread local
end