mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
Apply suggestions from code review
Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
This commit is contained in:
@@ -43,7 +43,9 @@ module Kernel {
|
||||
* ```
|
||||
*/
|
||||
private predicate isPublicKernelMethod(string method) {
|
||||
method in ["class", "clone", "frozen?", "tap", "then", "yield_self", "send", "public_send", "__send__"]
|
||||
method in [
|
||||
"class", "clone", "frozen?", "tap", "then", "yield_self", "send", "public_send", "__send__"
|
||||
]
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user