# File lib/rubygame/rect.rb, line 286
        def bottomright=(bottomright)
                self.right, self.bottom = bottomright
                return bottomright
        end