Skip to content

Commit dbefc13

Browse files
Alvaro Muñozalexrford
andauthored
Apply suggestions from code review
Co-authored-by: Alex Ford <[email protected]>
1 parent 2964aef commit dbefc13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/core/Kernel.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ module Kernel {
4343
* ```
4444
*/
4545
private predicate isPublicKernelMethod(string method) {
46-
method in ["class", "clone", "frozen?", "tap", "then", "yield_self", "send", "public_send", "__send__"]
46+
method in [
47+
"class", "clone", "frozen?", "tap", "then", "yield_self", "send", "public_send", "__send__"
48+
]
4749
}
4850

4951
/**

0 commit comments

Comments
 (0)