class PrideIO

def method_missing msg, *args # :nodoc:

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