Apply suggestions from code review

Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
This commit is contained in:
Alvaro Muñoz
2024-01-07 10:31:50 +01:00
committed by GitHub
parent 2964aef083
commit dbefc132de

View File

@@ -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__"
]
}
/**