mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Ruby: Update test
This commit is contained in:
@@ -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