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