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 9ef4f12 commit f09e10fCopy full SHA for f09e10f
ruby/ql/lib/codeql/ruby/ast/internal/Call.qll
@@ -121,7 +121,7 @@ private Ruby::AstNode getSuperParent(Ruby::Super sup) {
121
122
private string getSuperMethodName(Ruby::Super sup) {
123
exists(Ruby::Method meth |
124
- meth = getSuperParent(sup).getParent().(Ruby::Method) and
+ meth = getSuperParent(sup).getParent() and
125
result = any(Method c | toGenerated(c) = meth).getName()
126
)
127
}
0 commit comments