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