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