We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f40c4 commit 97e9eabCopy full SHA for 97e9eab
ruby/ql/lib/codeql/ruby/ast/Method.qll
@@ -100,7 +100,7 @@ private class VisibilityModifier extends MethodModifier {
100
this.getMethodName() = ["private", "private_class_method"] and
101
result = "private"
102
or
103
- this.getMethodName() = ["protected"] and
+ this.getMethodName() = "protected" and
104
result = "protected"
105
}
106
0 commit comments