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 a2084f8 commit eb5f26cCopy full SHA for eb5f26c
3 files changed
ql/lib/codeql/ruby/DataFlow2.qll
@@ -0,0 +1,7 @@
1
+/**
2
+ * Provides classes for performing local (intra-procedural) and
3
+ * global (inter-procedural) data flow analyses.
4
+ */
5
+module DataFlow2 {
6
+ import codeql.ruby.dataflow.internal.DataFlowImpl2
7
+}
0 commit comments