We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aec22c commit 8ef8a0dCopy full SHA for 8ef8a0d
ruby/ql/lib/codeql/ruby/frameworks/Rack.qll
@@ -7,8 +7,8 @@
7
*/
8
module Rack {
9
import rack.internal.App
10
-import rack.internal.Response::Public as Response
+ import rack.internal.Response::Public as Response
11
12
-/** DEPRECATED: Alias for App::AppCandidate */
13
-deprecated class AppCandidate = App::AppCandidate;
+ /** DEPRECATED: Alias for App::AppCandidate */
+ deprecated class AppCandidate = App::AppCandidate;
14
}
0 commit comments