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