mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Ruby: fix stale qldoc
This commit is contained in:
@@ -1229,7 +1229,7 @@ class ConstRef extends LocalSourceNode {
|
||||
}
|
||||
|
||||
/**
|
||||
* 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`.
|
||||
*/
|
||||
cached
|
||||
private predicate accesses(TConstLookupScope scope, string name) {
|
||||
|
||||
Reference in New Issue
Block a user