# File lib/rubygame/rect.rb, line 260 def topright=(topright) self.right, self[1] = topright return topright end