File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
lang-guide/chapters/filters Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212| transpose key value
1313| inspect
1414| each {|kv|
15- $'The value of the "($kv.key) field is "($kv.value)"'
15+ $'The value of the "($kv.key)" field is "($kv.value)"'
1616 }
1717```
1818
@@ -30,10 +30,10 @@ Result:
3030│ modified │ 2024-01-31T10:21:46.068408713-05:00 │
3131╰──────────┴─────────────────────────────────────╯
3232
33- ╭───┬──────────────────────────────────────────────────────────────────────────────────────╮
34- │ 0 │ The value of the "name field is "CNAME" │
35- │ 1 │ The value of the "type field is "file" │
36- │ 2 │ The value of the "size field is "15 B" │
37- │ 3 │ The value of the "modified field is "Wed, 31 Jan 2024 10:21:46 -0500 (3 months ago)" │
38- ╰───┴──────────────────────────────────────────────────────────────────────────────────────╯
33+ ╭───┬─────────────────────────────────────────────────────────────────────────────────────── ╮
34+ │ 0 │ The value of the "name" field is "CNAME" │
35+ │ 1 │ The value of the "type" field is "file" │
36+ │ 2 │ The value of the "size" field is "15 B" │
37+ │ 3 │ The value of the "modified" field is "Wed, 31 Jan 2024 10:21:46 -0500 (3 months ago)" │
38+ ╰───┴─────────────────────────────────────────────────────────────────────────────────────── ╯
3939```
You can’t perform that action at this time.
0 commit comments