Ruby: update CSV rows to dot-separated syntax

This commit is contained in:
Asger Feldthaus
2022-02-21 08:21:50 +01:00
parent 7005d53a67
commit e3605eed44
3 changed files with 354 additions and 382 deletions

View File

@@ -61,7 +61,7 @@ private class SplatSummary extends SummarizedCallable {
(
// *1 = [1]
input = "Receiver" and
output = "ArrayElement[0] of ReturnValue"
output = "ReturnValue.ArrayElement[0]"
or
// *[1] = [1]
input = "Receiver" and

File diff suppressed because it is too large Load Diff