Skip to content

Commit cb8865f

Browse files
committed
Add missing doc
1 parent 3717cb3 commit cb8865f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruby/ql/lib/codeql/ruby/ast/Method.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ private class VisibilityModifier extends MethodCall {
8787
this.getNumberOfArguments() = 0
8888
}
8989

90+
/** Gets the visibility set by this modifier. */
9091
string getVisibility() {
9192
this.getMethodName() = ["public", "public_class_method"] and result = "public"
9293
or

0 commit comments

Comments
 (0)