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