# File lib/rubygame/old_rect.rb, line 574
        def union(rect)
                self.dup.union!(rect)
        end