Skip to content

Commit 9a38e31

Browse files
committed
Ruby: add explicit 'this'
1 parent ff20908 commit 9a38e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPublic.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ class ModuleNode instanceof Module {
944944
* A representation of a run-time class.
945945
*/
946946
class ClassNode extends ModuleNode {
947-
ClassNode() { isClass() }
947+
ClassNode() { this.isClass() }
948948
}
949949

950950
/**

0 commit comments

Comments
 (0)