@ ProgramNode (location: (0...43))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...43))
    └── body: (length: 1)
        └── @ DefNode (location: (0...43))
            ├── name: :some_method
            ├── name_loc: (4...15) = "some_method"
            ├── receiver: ∅
            ├── parameters: ∅
            ├── body:
            │   @ StatementsNode (location: (18...43))
            │   └── body: (length: 1)
            │       └── @ CallNode (location: (18...43))
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── message_loc: (18...30) = "other_method"
            │           ├── opening_loc: ∅
            │           ├── arguments:
            │           │   @ ArgumentsNode (location: (31...43))
            │           │   └── arguments: (length: 1)
            │           │       └── @ RescueModifierNode (location: (31...43))
            │           │           ├── expression:
            │           │           │   @ IntegerNode (location: (31...33))
            │           │           │   └── flags: decimal
            │           │           ├── keyword_loc: (34...40) = "rescue"
            │           │           └── rescue_expression:
            │           │               @ IntegerNode (location: (41...43))
            │           │               └── flags: decimal
            │           ├── closing_loc: ∅
            │           ├── block: ∅
            │           ├── flags: ∅
            │           └── name: "other_method"
            ├── locals: []
            ├── def_keyword_loc: (0...3) = "def"
            ├── operator_loc: ∅
            ├── lparen_loc: ∅
            ├── rparen_loc: ∅
            ├── equal_loc: (16...17) = "="
            └── end_keyword_loc: ∅
