Ruby: Update test

This commit is contained in:
Harry Maclean
2022-08-11 09:57:26 +12:00
parent 79abb36faf
commit bda4cfbe5d
2 changed files with 2 additions and 2 deletions

View File

@@ -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 |

View File

@@ -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() }