# File lib/rubygame/rect.rb, line 425
        def clip(rect)
                self.dup.clip!(rect)
        end