mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Ruby: rack - update a deprecation notice
This commit is contained in:
@@ -48,7 +48,7 @@ private RP::PotentialResponseNode trackRackResponse(PotentialRequestHandler call
|
||||
*/
|
||||
module App {
|
||||
/**
|
||||
* DEPRECATED: Use `App` instead.
|
||||
* DEPRECATED: Use `RequestHandler` instead.
|
||||
* A class that may be a rack application.
|
||||
* This is a class that has a `call` method that takes a single argument
|
||||
* (traditionally called `env`) and returns a rack-compatible response.
|
||||
|
||||
Reference in New Issue
Block a user