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 3717cb3 commit cb8865fCopy full SHA for cb8865f
ruby/ql/lib/codeql/ruby/ast/Method.qll
@@ -87,6 +87,7 @@ private class VisibilityModifier extends MethodCall {
87
this.getNumberOfArguments() = 0
88
}
89
90
+ /** Gets the visibility set by this modifier. */
91
string getVisibility() {
92
this.getMethodName() = ["public", "public_class_method"] and result = "public"
93
or
0 commit comments