@ ProgramNode (location: (0...17))
├── locals: [:a]
└── statements:
    @ StatementsNode (location: (0...17))
    └── body: (length: 1)
        └── @ LocalVariableWriteNode (location: (0...17))
            ├── name: :a
            ├── depth: 0
            ├── name_loc: (0...1) = "a"
            ├── value:
            │   @ RescueModifierNode (location: (4...17))
            │   ├── expression:
            │   │   @ CallNode (location: (4...8))
            │   │   ├── receiver: ∅
            │   │   ├── call_operator_loc: ∅
            │   │   ├── message_loc: (4...5) = "b"
            │   │   ├── opening_loc: (5...6) = "("
            │   │   ├── arguments:
            │   │   │   @ ArgumentsNode (location: (6...7))
            │   │   │   └── arguments: (length: 1)
            │   │   │       └── @ IntegerNode (location: (6...7))
            │   │   │           └── flags: decimal
            │   │   ├── closing_loc: (7...8) = ")"
            │   │   ├── block: ∅
            │   │   ├── flags: ∅
            │   │   └── name: "b"
            │   ├── keyword_loc: (9...15) = "rescue"
            │   └── rescue_expression:
            │       @ IntegerNode (location: (16...17))
            │       └── flags: decimal
            └── operator_loc: (2...3) = "="
