@ ProgramNode (location: (1,0)-(4,11)) ├── locals: [] └── statements: @ StatementsNode (location: (1,0)-(4,11)) └── body: (length: 1) └── @ ArrayNode (location: (1,0)-(4,11)) ├── flags: ∅ ├── elements: (length: 5) │ ├── @ StringNode (location: (1,4)-(1,5)) │ │ ├── flags: ∅ │ │ ├── opening_loc: ∅ │ │ ├── content_loc: (1,4)-(1,5) = "1" │ │ ├── closing_loc: ∅ │ │ └── unescaped: "1" │ ├── @ InterpolatedStringNode (location: (1,6)-(1,12)) │ │ ├── flags: ∅ │ │ ├── opening_loc: ∅ │ │ ├── parts: (length: 1) │ │ │ └── @ EmbeddedStatementsNode (location: (1,6)-(1,12)) │ │ │ ├── opening_loc: (1,6)-(1,8) = "\#{" │ │ │ ├── statements: │ │ │ │ @ StatementsNode (location: (1,8)-(1,11)) │ │ │ │ └── body: (length: 1) │ │ │ │ └── @ StringNode (location: (1,8)-(1,11)) │ │ │ │ ├── flags: ∅ │ │ │ │ ├── opening_loc: (1,8)-(1,11) = "<