@ ProgramNode (location: (1,0)-(1,25)) ├── locals: [:a, :b] └── statements: @ StatementsNode (location: (1,0)-(1,25)) └── body: (length: 1) └── @ IfNode (location: (1,0)-(1,25)) ├── if_keyword_loc: (1,0)-(1,2) = "if" ├── predicate: │ @ ParenthesesNode (location: (1,3)-(1,20)) │ ├── body: │ │ @ StatementsNode (location: (1,4)-(1,19)) │ │ └── body: (length: 2) │ │ ├── @ CallNode (location: (1,4)-(1,7)) │ │ │ ├── flags: variable_call, ignore_visibility │ │ │ ├── receiver: ∅ │ │ │ ├── call_operator_loc: ∅ │ │ │ ├── name: :bar │ │ │ ├── message_loc: (1,4)-(1,7) = "bar" │ │ │ ├── opening_loc: ∅ │ │ │ ├── arguments: ∅ │ │ │ ├── closing_loc: ∅ │ │ │ └── block: ∅ │ │ └── @ MultiWriteNode (location: (1,9)-(1,19)) │ │ ├── lefts: (length: 2) │ │ │ ├── @ LocalVariableTargetNode (location: (1,9)-(1,10)) │ │ │ │ ├── name: :a │ │ │ │ └── depth: 0 │ │ │ └── @ LocalVariableTargetNode (location: (1,12)-(1,13)) │ │ │ ├── name: :b │ │ │ └── depth: 0 │ │ ├── rest: ∅ │ │ ├── rights: (length: 0) │ │ ├── lparen_loc: ∅ │ │ ├── rparen_loc: ∅ │ │ ├── operator_loc: (1,14)-(1,15) = "=" │ │ └── value: │ │ @ CallNode (location: (1,16)-(1,19)) │ │ ├── flags: variable_call, ignore_visibility │ │ ├── receiver: ∅ │ │ ├── call_operator_loc: ∅ │ │ ├── name: :foo │ │ ├── message_loc: (1,16)-(1,19) = "foo" │ │ ├── opening_loc: ∅ │ │ ├── arguments: ∅ │ │ ├── closing_loc: ∅ │ │ └── block: ∅ │ ├── opening_loc: (1,3)-(1,4) = "(" │ └── closing_loc: (1,19)-(1,20) = ")" ├── then_keyword_loc: ∅ ├── statements: ∅ ├── consequent: ∅ └── end_keyword_loc: (1,22)-(1,25) = "end"