# File lib/rubygame/rect.rb, line 215 def center=(center) self.centerx, self.centery = center return center end