@ ProgramNode (location: (0...29))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...29))
    └── body: (length: 1)
        └── @ BeginNode (location: (0...29))
            ├── begin_keyword_loc: (0...5) = "begin"
            ├── statements:
            │   @ StatementsNode (location: (7...11))
            │   └── body: (length: 1)
            │       └── @ CallNode (location: (7...11))
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── message_loc: (7...11) = "meth"
            │           ├── opening_loc: ∅
            │           ├── arguments: ∅
            │           ├── closing_loc: ∅
            │           ├── block: ∅
            │           ├── flags: variable_call
            │           └── name: "meth"
            ├── rescue_clause: ∅
            ├── else_clause: ∅
            ├── ensure_clause:
            │   @ EnsureNode (location: (13...29))
            │   ├── ensure_keyword_loc: (13...19) = "ensure"
            │   ├── statements:
            │   │   @ StatementsNode (location: (21...24))
            │   │   └── body: (length: 1)
            │   │       └── @ CallNode (location: (21...24))
            │   │           ├── receiver: ∅
            │   │           ├── call_operator_loc: ∅
            │   │           ├── message_loc: (21...24) = "bar"
            │   │           ├── opening_loc: ∅
            │   │           ├── arguments: ∅
            │   │           ├── closing_loc: ∅
            │   │           ├── block: ∅
            │   │           ├── flags: variable_call
            │   │           └── name: "bar"
            │   └── end_keyword_loc: (26...29) = "end"
            └── end_keyword_loc: (26...29) = "end"
