# File lib/rubygame/rect.rb, line 237 def centery=(y); self[1] = y- (self.at(3).div(2)); return y; end