@ ProgramNode (location: (0...26))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...26))
    └── body: (length: 1)
        └── @ CallNode (location: (0...26))
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── message_loc: (0...4) = "blah"
            ├── opening_loc: ∅
            ├── arguments: ∅
            ├── closing_loc: ∅
            ├── block:
            │   @ BlockNode (location: (5...26))
            │   ├── locals: []
            │   ├── parameters: ∅
            │   ├── body:
            │   │   @ BeginNode (location: (8...26))
            │   │   ├── begin_keyword_loc: ∅
            │   │   ├── statements: ∅
            │   │   ├── rescue_clause:
            │   │   │   @ RescueNode (location: (8...22))
            │   │   │   ├── keyword_loc: (8...14) = "rescue"
            │   │   │   ├── exceptions: (length: 0)
            │   │   │   ├── operator_loc: ∅
            │   │   │   ├── reference: ∅
            │   │   │   ├── statements:
            │   │   │   │   @ StatementsNode (location: (17...22))
            │   │   │   │   └── body: (length: 1)
            │   │   │   │       └── @ CallNode (location: (17...22))
            │   │   │   │           ├── receiver: ∅
            │   │   │   │           ├── call_operator_loc: ∅
            │   │   │   │           ├── message_loc: (17...22) = "stuff"
            │   │   │   │           ├── opening_loc: ∅
            │   │   │   │           ├── arguments: ∅
            │   │   │   │           ├── closing_loc: ∅
            │   │   │   │           ├── block: ∅
            │   │   │   │           ├── flags: variable_call
            │   │   │   │           └── name: "stuff"
            │   │   │   └── consequent: ∅
            │   │   ├── else_clause: ∅
            │   │   ├── ensure_clause: ∅
            │   │   └── end_keyword_loc: (23...26) = "end"
            │   ├── opening_loc: (5...7) = "do"
            │   └── closing_loc: (23...26) = "end"
            ├── flags: ∅
            └── name: "blah"
