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 958fbc7 commit e1675ffCopy full SHA for e1675ff
ql/lib/codeql/ruby/ast/Module.qll
@@ -293,7 +293,7 @@ class SingletonClass extends ModuleBase, TSingletonClass {
293
294
SingletonClass() { this = TSingletonClass(g) }
295
296
- final override string getAPrimaryQlClass() { result = "ClassDeclaration" }
+ final override string getAPrimaryQlClass() { result = "SingletonClass" }
297
298
/**
299
* Gets the expression resulting in the object on which the singleton class
0 commit comments