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 79abb36 commit bda4cfbCopy full SHA for bda4cfb
ruby/ql/test/library-tests/modules/callgraph.expected
@@ -398,6 +398,6 @@ publicMethod
398
| private.rb:38:3:39:5 | public3 |
399
| private.rb:62:3:63:5 | public |
400
| private.rb:87:3:89:5 | call_m1 |
401
-protectedMethods
+protectedMethod
402
| private.rb:32:3:33:5 | protected1 |
403
| private.rb:35:3:36:5 | protected2 |
ruby/ql/test/library-tests/modules/callgraph.ql
@@ -8,4 +8,4 @@ query predicate privateMethod(MethodBase m) { m.isPrivate() }
8
9
query predicate publicMethod(MethodBase m) { m.isPublic() }
10
11
-query predicate protectedMethods(MethodBase m) { m.isProtected() }
+query predicate protectedMethod(MethodBase m) { m.isProtected() }
0 commit comments