Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_3_392) is shown here.
out()
public
Returns the stream to use for output.
DEPRECATED: use ::output instead.
# File lib/minitest/unit.rb, line 681
def self.out
warn "::out deprecated, use ::output instead." if $VERBOSE
output
end