# File lib/mq.rb, line 813 def MQ.method_missing meth, *args, &blk MQ.default.__send__(meth, *args, &blk) end