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