class MiniTest::RG

def method_missing msg, *args

def method_missing msg, *args
  return super unless io.respond_to? msg
  io.send(msg, *args)
end