@ ProgramNode (location: (1,0)-(1,9)) ├── locals: [] └── statements: @ StatementsNode (location: (1,0)-(1,9)) └── body: (length: 1) └── @ CallNode (location: (1,0)-(1,9)) ├── flags: ignore_visibility ├── receiver: ∅ ├── call_operator_loc: ∅ ├── name: :m ├── message_loc: (1,0)-(1,1) = "m" ├── opening_loc: ∅ ├── arguments: │ @ ArgumentsNode (location: (1,2)-(1,9)) │ ├── flags: ∅ │ └── arguments: (length: 1) │ └── @ InterpolatedStringNode (location: (1,2)-(1,9)) │ ├── flags: ∅ │ ├── opening_loc: (1,2)-(1,3) = "\"" │ ├── parts: (length: 1) │ │ └── @ EmbeddedStatementsNode (location: (1,3)-(1,8)) │ │ ├── opening_loc: (1,3)-(1,5) = "\#{" │ │ ├── statements: │ │ │ @ StatementsNode (location: (1,5)-(1,7)) │ │ │ └── body: (length: 1) │ │ │ └── @ ArrayNode (location: (1,5)-(1,7)) │ │ │ ├── flags: ∅ │ │ │ ├── elements: (length: 0) │ │ │ ├── opening_loc: (1,5)-(1,6) = "[" │ │ │ └── closing_loc: (1,6)-(1,7) = "]" │ │ └── closing_loc: (1,7)-(1,8) = "}" │ └── closing_loc: (1,8)-(1,9) = "\"" ├── closing_loc: ∅ └── block: ∅