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