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