mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Ruby: Update test
This commit is contained in:
@@ -398,6 +398,6 @@ publicMethod
|
||||
| private.rb:38:3:39:5 | public3 |
|
||||
| private.rb:62:3:63:5 | public |
|
||||
| private.rb:87:3:89:5 | call_m1 |
|
||||
protectedMethods
|
||||
protectedMethod
|
||||
| private.rb:32:3:33:5 | protected1 |
|
||||
| private.rb:35:3:36:5 | protected2 |
|
||||
|
||||
@@ -8,4 +8,4 @@ query predicate privateMethod(MethodBase m) { m.isPrivate() }
|
||||
|
||||
query predicate publicMethod(MethodBase m) { m.isPublic() }
|
||||
|
||||
query predicate protectedMethods(MethodBase m) { m.isProtected() }
|
||||
query predicate protectedMethod(MethodBase m) { m.isProtected() }
|
||||
|
||||
Reference in New Issue
Block a user