# File lib/rubygame/rect.rb, line 602
        def union_all!(array_rects)
                array_rects.each do |r|
      self.union!(r)
                end
                return self
        end