# File lib/rack/request.rb, line 130
    def patch?;   request_method == "PATCH"   end