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