class PrideIO

def method_missing msg, *args

def method_missing msg, *args
  io.send(msg, *args)
end