# File lib/rubygame/old_rect.rb, line 543
def
move
(
x
,
y
)
self
.
dup
.
move!
(
x
,
y
)
end