aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/words_interp.txt
blob: b874ae895d36a2c369ccdbb8c131c4a9ef3c4c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@ ProgramNode (location: (0...9))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...9))
    └── body: (length: 1)
        └── @ ArrayNode (location: (0...9))
            ├── elements: (length: 1)
            │   └── @ InterpolatedStringNode (location: (3...8))
            │       ├── opening_loc: ∅
            │       ├── parts: (length: 2)
            │       │   ├── @ EmbeddedStatementsNode (location: (3...7))
            │       │   │   ├── opening_loc: (3...5) = "\#{"
            │       │   │   ├── statements:
            │       │   │   │   @ StatementsNode (location: (5...6))
            │       │   │   │   └── body: (length: 1)
            │       │   │   │       └── @ IntegerNode (location: (5...6))
            │       │   │   │           └── flags: decimal
            │       │   │   └── closing_loc: (6...7) = "}"
            │       │   └── @ StringNode (location: (7...8))
            │       │       ├── flags: ∅
            │       │       ├── opening_loc: ∅
            │       │       ├── content_loc: (7...8) = "b"
            │       │       ├── closing_loc: ∅
            │       │       └── unescaped: "b"
            │       └── closing_loc: ∅
            ├── opening_loc: (0...3) = "%W("
            └── closing_loc: (8...9) = ")"