# File lib/minitest/pride.rb, line 30
  def method_missing msg, *args
    io.send(msg, *args)
  end