We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e1a8b commit 334d5b1Copy full SHA for 334d5b1
1 file changed
ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPublic.qll
@@ -1229,7 +1229,7 @@ class ConstRef extends LocalSourceNode {
1229
}
1230
1231
/**
1232
- * Holds if this can reference a constant named `name` from `scope` using a lookup of `kind`.
+ * Holds if this can reference a constant named `name` from `scope`.
1233
*/
1234
cached
1235
private predicate accesses(TConstLookupScope scope, string name) {
0 commit comments