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