class Minitest::Reporters::BaseReporter

def puts(*args)

def puts(*args)
  io.puts(*args)
end