out()
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