# File lib/rubygame/rect.rb, line 299
def
bottomright
;
return
self
.
right
,
self
.
bottom
;
end