# File lib/rubygame/queue.rb, line 99
    def each(&block)
      fetch_sdl_events if @autofetch
      super
      self.clear
    end