# File lib/rubygame/rect.rb, line 218
        def bottom=(b); self[1] = b - self.at(3); return b; end