# File lib/minitest/unit.rb, line 575
    def self.out
      warn "::out deprecated, use ::output instead." if $VERBOSE
      output
    end