# File lib/rubygame/rect.rb, line 550
        def move!(x,y)
                self[0]+=x; self[1]+=y
                return self
        end