# File lib/rubygame/rect.rb, line 188
        def size=(size); self[2,2] = size; return size; end