mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Ruby: fix missing doc
This commit is contained in:
@@ -23,6 +23,9 @@ module Rack {
|
||||
isRackResponse(call.getAReturningNode())
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the environment of the request, which is the lone parameter to the `call` method.
|
||||
*/
|
||||
DataFlow::ParameterNode getEnv() { result = call.getParameter(0) }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user