@ ProgramNode (location: (0...32))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...32))
    └── body: (length: 1)
        └── @ BeginNode (location: (0...32))
            ├── begin_keyword_loc: (0...5) = "begin"
            ├── statements: ∅
            ├── rescue_clause:
            │   @ RescueNode (location: (7...13))
            │   ├── keyword_loc: (7...13) = "rescue"
            │   ├── exceptions: (length: 0)
            │   ├── operator_loc: ∅
            │   ├── reference: ∅
            │   ├── statements: ∅
            │   └── consequent: ∅
            ├── else_clause:
            │   @ ElseNode (location: (15...27))
            │   ├── else_keyword_loc: (15...19) = "else"
            │   ├── statements: ∅
            │   └── end_keyword_loc: (21...27) = "ensure"
            ├── ensure_clause:
            │   @ EnsureNode (location: (21...32))
            │   ├── ensure_keyword_loc: (21...27) = "ensure"
            │   ├── statements: ∅
            │   └── end_keyword_loc: (29...32) = "end"
            └── end_keyword_loc: (29...32) = "end"
