Ruby: fix missing doc

This commit is contained in:
Harry Maclean
2023-01-12 11:35:35 +13:00
parent 0626d693f5
commit 8219465389

View File

@@ -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) }
}