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