class MiniTest::Unit

def self.out

def self.out
  warn "::out deprecated, use ::output instead." if $VERBOSE
  output
end