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