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