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