# File lib/rubygame/rect.rb, line 170
        def y=(val); self[1] = val; end