Skip to content

Commit e3605ee

Browse files
committed
Ruby: update CSV rows to dot-separated syntax
1 parent 7005d53 commit e3605ee

File tree

3 files changed

+354
-382
lines changed

3 files changed

+354
-382
lines changed

ruby/ql/lib/codeql/ruby/frameworks/Core.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private class SplatSummary extends SummarizedCallable {
6161
(
6262
// *1 = [1]
6363
input = "Receiver" and
64-
output = "ArrayElement[0] of ReturnValue"
64+
output = "ReturnValue.ArrayElement[0]"
6565
or
6666
// *[1] = [1]
6767
input = "Receiver" and

0 commit comments

Comments
 (0)