# File lib/rubygame/queue.rb, line 216
    def list
      @subscribe.collect { |k, v|  
        (v.length > 0) ? k : nil  rescue NoMethodError nil
      }.compact
    end