# File lib/rubygame/rect.rb, line 224
def
center
;
return
self
.
centerx
,
self
.
centery
;
end