# File lib/rubygame/rect.rb, line 597
        def union_all(array_rects)
                self.dup.union_all!(array_rects)
        end