Skip to content

Commit 5b2d8b0

Browse files
committed
Ruby: make Array.each a simple summary
1 parent fbab0f5 commit 5b2d8b0

File tree

1 file changed

+1
-1
lines changed
  • ruby/ql/lib/codeql/ruby/frameworks/core

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ module Array {
764764
)
765765
}
766766

767-
final override MethodCall getACall() { result = mc }
767+
final override MethodCall getACallSimple() { result = mc }
768768

769769
override predicate propagatesFlowExt(string input, string output, boolean preservesValue) {
770770
(

0 commit comments

Comments
 (0)