@ ProgramNode (location: (1,0)-(1,14)) ├── locals: [] └── statements: @ StatementsNode (location: (1,0)-(1,14)) └── body: (length: 1) └── @ IfNode (location: (1,0)-(1,14)) ├── if_keyword_loc: (1,0)-(1,2) = "if" ├── predicate: │ @ FlipFlopNode (location: (1,3)-(1,9)) │ ├── flags: exclude_end │ ├── left: │ │ @ CallNode (location: (1,3)-(1,6)) │ │ ├── flags: variable_call, ignore_visibility │ │ ├── receiver: ∅ │ │ ├── call_operator_loc: ∅ │ │ ├── name: :foo │ │ ├── message_loc: (1,3)-(1,6) = "foo" │ │ ├── opening_loc: ∅ │ │ ├── arguments: ∅ │ │ ├── closing_loc: ∅ │ │ └── block: ∅ │ ├── right: ∅ │ └── operator_loc: (1,6)-(1,9) = "..." ├── then_keyword_loc: ∅ ├── statements: ∅ ├── consequent: ∅ └── end_keyword_loc: (1,11)-(1,14) = "end"