# File lib/rubygame/queue.rb, line 74
    def initialize()
      @autofetch = true
      @ignore = []
      yield self if block_given?
    end