@ ProgramNode (location: (1,0)-(2,6)) ├── locals: [] └── statements: @ StatementsNode (location: (1,0)-(2,6)) └── body: (length: 1) └── @ InterpolatedStringNode (location: (1,0)-(2,6)) ├── flags: ∅ ├── opening_loc: ∅ ├── parts: (length: 2) │ ├── @ StringNode (location: (1,0)-(1,3)) │ │ ├── flags: frozen │ │ ├── opening_loc: (1,0)-(1,1) = "\"" │ │ ├── content_loc: (1,1)-(1,2) = "a" │ │ ├── closing_loc: (1,2)-(1,3) = "\"" │ │ └── unescaped: "a" │ └── @ InterpolatedStringNode (location: (2,0)-(2,6)) │ ├── flags: ∅ │ ├── opening_loc: (2,0)-(2,1) = "\"" │ ├── parts: (length: 1) │ │ └── @ EmbeddedStatementsNode (location: (2,1)-(2,5)) │ │ ├── opening_loc: (2,1)-(2,3) = "\#{" │ │ ├── statements: │ │ │ @ StatementsNode (location: (2,3)-(2,4)) │ │ │ └── body: (length: 1) │ │ │ └── @ CallNode (location: (2,3)-(2,4)) │ │ │ ├── flags: variable_call, ignore_visibility │ │ │ ├── receiver: ∅ │ │ │ ├── call_operator_loc: ∅ │ │ │ ├── name: :b │ │ │ ├── message_loc: (2,3)-(2,4) = "b" │ │ │ ├── opening_loc: ∅ │ │ │ ├── arguments: ∅ │ │ │ ├── closing_loc: ∅ │ │ │ └── block: ∅ │ │ └── closing_loc: (2,4)-(2,5) = "}" │ └── closing_loc: (2,5)-(2,6) = "\"" └── closing_loc: ∅