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 12
12
| transpose key value
13
13
| inspect
14
14
| each {|kv|
15
- $'The value of the "($kv.key) field is "($kv.value)"'
15
+ $'The value of the "($kv.key)" field is "($kv.value)"'
16
16
}
17
17
```
18
18
@@ -30,10 +30,10 @@ Result:
30
30
│ modified │ 2024-01-31T10:21:46.068408713-05:00 │
31
31
╰──────────┴─────────────────────────────────────╯
32
32
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
+ ╰───┴─────────────────────────────────────────────────────────────────────────────────────── ╯
39
39
```
You can’t perform that action at this time.
0 commit comments