aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/begin_rescue.txt
blob: 2958b890c8517cc4796593b6c77f9bd7b7cb602b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
@ ProgramNode (location: (0...578))
├── locals: [:ex]
└── statements:
    @ StatementsNode (location: (0...578))
    └── body: (length: 17)
        ├── @ BeginNode (location: (0...33))
        │   ├── begin_keyword_loc: (0...5) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (7...8))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (7...8))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (7...8) = "a"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "a"
        │   ├── rescue_clause:
        │   │   @ RescueNode (location: (10...19))
        │   │   ├── keyword_loc: (10...16) = "rescue"
        │   │   ├── exceptions: (length: 0)
        │   │   ├── operator_loc: ∅
        │   │   ├── reference: ∅
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (18...19))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (18...19))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (18...19) = "b"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "b"
        │   │   └── consequent: ∅
        │   ├── else_clause:
        │   │   @ ElseNode (location: (21...33))
        │   │   ├── else_keyword_loc: (21...25) = "else"
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (27...28))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (27...28))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (27...28) = "c"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "c"
        │   │   └── end_keyword_loc: (30...33) = "end"
        │   ├── ensure_clause: ∅
        │   └── end_keyword_loc: (30...33) = "end"
        ├── @ BeginNode (location: (35...79))
        │   ├── begin_keyword_loc: (35...40) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (42...43))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (42...43))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (42...43) = "a"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "a"
        │   ├── rescue_clause:
        │   │   @ RescueNode (location: (45...54))
        │   │   ├── keyword_loc: (45...51) = "rescue"
        │   │   ├── exceptions: (length: 0)
        │   │   ├── operator_loc: ∅
        │   │   ├── reference: ∅
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (53...54))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (53...54))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (53...54) = "b"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "b"
        │   │   └── consequent: ∅
        │   ├── else_clause:
        │   │   @ ElseNode (location: (56...71))
        │   │   ├── else_keyword_loc: (56...60) = "else"
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (62...63))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (62...63))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (62...63) = "c"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "c"
        │   │   └── end_keyword_loc: (65...71) = "ensure"
        │   ├── ensure_clause:
        │   │   @ EnsureNode (location: (65...79))
        │   │   ├── ensure_keyword_loc: (65...71) = "ensure"
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (73...74))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (73...74))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (73...74) = "d"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "d"
        │   │   └── end_keyword_loc: (76...79) = "end"
        │   └── end_keyword_loc: (76...79) = "end"
        ├── @ BeginNode (location: (81...92))
        │   ├── begin_keyword_loc: (81...86) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (87...88))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (87...88))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (87...88) = "a"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "a"
        │   ├── rescue_clause: ∅
        │   ├── else_clause: ∅
        │   ├── ensure_clause: ∅
        │   └── end_keyword_loc: (89...92) = "end"
        ├── @ BeginNode (location: (94...107))
        │   ├── begin_keyword_loc: (94...99) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (101...102))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (101...102))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (101...102) = "a"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "a"
        │   ├── rescue_clause: ∅
        │   ├── else_clause: ∅
        │   ├── ensure_clause: ∅
        │   └── end_keyword_loc: (104...107) = "end"
        ├── @ BeginNode (location: (109...121))
        │   ├── begin_keyword_loc: (109...114) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (115...116))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (115...116))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (115...116) = "a"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "a"
        │   ├── rescue_clause: ∅
        │   ├── else_clause: ∅
        │   ├── ensure_clause: ∅
        │   └── end_keyword_loc: (118...121) = "end"
        ├── @ BeginNode (location: (123...135))
        │   ├── begin_keyword_loc: (123...128) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (129...130))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (129...130))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (129...130) = "a"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "a"
        │   ├── rescue_clause: ∅
        │   ├── else_clause: ∅
        │   ├── ensure_clause: ∅
        │   └── end_keyword_loc: (132...135) = "end"
        ├── @ BeginNode (location: (137...175))
        │   ├── begin_keyword_loc: (137...142) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (143...144))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (143...144))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (143...144) = "a"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "a"
        │   ├── rescue_clause:
        │   │   @ RescueNode (location: (145...171))
        │   │   ├── keyword_loc: (145...151) = "rescue"
        │   │   ├── exceptions: (length: 0)
        │   │   ├── operator_loc: ∅
        │   │   ├── reference: ∅
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (152...153))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (152...153))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (152...153) = "b"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "b"
        │   │   └── consequent:
        │   │       @ RescueNode (location: (154...171))
        │   │       ├── keyword_loc: (154...160) = "rescue"
        │   │       ├── exceptions: (length: 0)
        │   │       ├── operator_loc: ∅
        │   │       ├── reference: ∅
        │   │       ├── statements:
        │   │       │   @ StatementsNode (location: (161...162))
        │   │       │   └── body: (length: 1)
        │   │       │       └── @ CallNode (location: (161...162))
        │   │       │           ├── receiver: ∅
        │   │       │           ├── call_operator_loc: ∅
        │   │       │           ├── message_loc: (161...162) = "c"
        │   │       │           ├── opening_loc: ∅
        │   │       │           ├── arguments: ∅
        │   │       │           ├── closing_loc: ∅
        │   │       │           ├── block: ∅
        │   │       │           ├── flags: variable_call
        │   │       │           └── name: "c"
        │   │       └── consequent:
        │   │           @ RescueNode (location: (163...171))
        │   │           ├── keyword_loc: (163...169) = "rescue"
        │   │           ├── exceptions: (length: 0)
        │   │           ├── operator_loc: ∅
        │   │           ├── reference: ∅
        │   │           ├── statements:
        │   │           │   @ StatementsNode (location: (170...171))
        │   │           │   └── body: (length: 1)
        │   │           │       └── @ CallNode (location: (170...171))
        │   │           │           ├── receiver: ∅
        │   │           │           ├── call_operator_loc: ∅
        │   │           │           ├── message_loc: (170...171) = "d"
        │   │           │           ├── opening_loc: ∅
        │   │           │           ├── arguments: ∅
        │   │           │           ├── closing_loc: ∅
        │   │           │           ├── block: ∅
        │   │           │           ├── flags: variable_call
        │   │           │           └── name: "d"
        │   │           └── consequent: ∅
        │   ├── else_clause: ∅
        │   ├── ensure_clause: ∅
        │   └── end_keyword_loc: (172...175) = "end"
        ├── @ BeginNode (location: (177...269))
        │   ├── begin_keyword_loc: (177...182) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (185...186))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (185...186))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (185...186) = "a"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "a"
        │   ├── rescue_clause:
        │   │   @ RescueNode (location: (187...265))
        │   │   ├── keyword_loc: (187...193) = "rescue"
        │   │   ├── exceptions: (length: 1)
        │   │   │   └── @ ConstantReadNode (location: (194...203))
        │   │   │       └── name: :Exception
        │   │   ├── operator_loc: (204...206) = "=>"
        │   │   ├── reference:
        │   │   │   @ LocalVariableTargetNode (location: (207...209))
        │   │   │   ├── name: :ex
        │   │   │   └── depth: 0
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (212...213))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (212...213))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (212...213) = "b"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "b"
        │   │   └── consequent:
        │   │       @ RescueNode (location: (214...265))
        │   │       ├── keyword_loc: (214...220) = "rescue"
        │   │       ├── exceptions: (length: 2)
        │   │       │   ├── @ ConstantReadNode (location: (221...237))
        │   │       │   │   └── name: :AnotherException
        │   │       │   └── @ ConstantReadNode (location: (239...255))
        │   │       │       └── name: :OneMoreException
        │   │       ├── operator_loc: (256...258) = "=>"
        │   │       ├── reference:
        │   │       │   @ LocalVariableTargetNode (location: (259...261))
        │   │       │   ├── name: :ex
        │   │       │   └── depth: 0
        │   │       ├── statements:
        │   │       │   @ StatementsNode (location: (264...265))
        │   │       │   └── body: (length: 1)
        │   │       │       └── @ CallNode (location: (264...265))
        │   │       │           ├── receiver: ∅
        │   │       │           ├── call_operator_loc: ∅
        │   │       │           ├── message_loc: (264...265) = "c"
        │   │       │           ├── opening_loc: ∅
        │   │       │           ├── arguments: ∅
        │   │       │           ├── closing_loc: ∅
        │   │       │           ├── block: ∅
        │   │       │           ├── flags: variable_call
        │   │       │           └── name: "c"
        │   │       └── consequent: ∅
        │   ├── else_clause: ∅
        │   ├── ensure_clause: ∅
        │   └── end_keyword_loc: (266...269) = "end"
        ├── @ BeginNode (location: (271...322))
        │   ├── begin_keyword_loc: (271...276) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (279...280))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (279...280))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (279...280) = "a"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "a"
        │   ├── rescue_clause:
        │   │   @ RescueNode (location: (281...307))
        │   │   ├── keyword_loc: (281...287) = "rescue"
        │   │   ├── exceptions: (length: 1)
        │   │   │   └── @ ConstantReadNode (location: (288...297))
        │   │   │       └── name: :Exception
        │   │   ├── operator_loc: (298...300) = "=>"
        │   │   ├── reference:
        │   │   │   @ LocalVariableTargetNode (location: (301...303))
        │   │   │   ├── name: :ex
        │   │   │   └── depth: 0
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (306...307))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (306...307))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (306...307) = "b"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "b"
        │   │   └── consequent: ∅
        │   ├── else_clause: ∅
        │   ├── ensure_clause:
        │   │   @ EnsureNode (location: (308...322))
        │   │   ├── ensure_keyword_loc: (308...314) = "ensure"
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (317...318))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (317...318))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (317...318) = "b"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "b"
        │   │   └── end_keyword_loc: (319...322) = "end"
        │   └── end_keyword_loc: (319...322) = "end"
        ├── @ StringNode (location: (324...330))
        │   ├── flags: ∅
        │   ├── opening_loc: (324...326) = "%!"
        │   ├── content_loc: (326...329) = "abc"
        │   ├── closing_loc: (329...330) = "!"
        │   └── unescaped: "abc"
        ├── @ BeginNode (location: (332...352))
        │   ├── begin_keyword_loc: (332...337) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (338...339))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (338...339))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (338...339) = "a"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "a"
        │   ├── rescue_clause:
        │   │   @ RescueNode (location: (340...348))
        │   │   ├── keyword_loc: (340...346) = "rescue"
        │   │   ├── exceptions: (length: 0)
        │   │   ├── operator_loc: ∅
        │   │   ├── reference: ∅
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (347...348))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (347...348))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (347...348) = "b"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "b"
        │   │   └── consequent: ∅
        │   ├── else_clause: ∅
        │   ├── ensure_clause: ∅
        │   └── end_keyword_loc: (349...352) = "end"
        ├── @ BeginNode (location: (354...374))
        │   ├── begin_keyword_loc: (354...359) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (360...361))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (360...361))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (360...361) = "a"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "a"
        │   ├── rescue_clause:
        │   │   @ RescueNode (location: (362...370))
        │   │   ├── keyword_loc: (362...368) = "rescue"
        │   │   ├── exceptions: (length: 0)
        │   │   ├── operator_loc: ∅
        │   │   ├── reference: ∅
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (369...370))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (369...370))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (369...370) = "b"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "b"
        │   │   └── consequent: ∅
        │   ├── else_clause: ∅
        │   ├── ensure_clause: ∅
        │   └── end_keyword_loc: (371...374) = "end"
        ├── @ BeginNode (location: (376...396))
        │   ├── begin_keyword_loc: (376...381) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (382...383))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (382...383))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (382...383) = "a"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "a"
        │   ├── rescue_clause:
        │   │   @ RescueNode (location: (384...392))
        │   │   ├── keyword_loc: (384...390) = "rescue"
        │   │   ├── exceptions: (length: 0)
        │   │   ├── operator_loc: ∅
        │   │   ├── reference: ∅
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (391...392))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (391...392))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (391...392) = "b"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "b"
        │   │   └── consequent: ∅
        │   ├── else_clause: ∅
        │   ├── ensure_clause: ∅
        │   └── end_keyword_loc: (393...396) = "end"
        ├── @ BeginNode (location: (398...428))
        │   ├── begin_keyword_loc: (398...403) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (404...405))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (404...405))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (404...405) = "a"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "a"
        │   ├── rescue_clause:
        │   │   @ RescueNode (location: (406...424))
        │   │   ├── keyword_loc: (406...412) = "rescue"
        │   │   ├── exceptions: (length: 1)
        │   │   │   └── @ ConstantReadNode (location: (413...422))
        │   │   │       └── name: :Exception
        │   │   ├── operator_loc: ∅
        │   │   ├── reference: ∅
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (423...424))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (423...424))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (423...424) = "b"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "b"
        │   │   └── consequent: ∅
        │   ├── else_clause: ∅
        │   ├── ensure_clause: ∅
        │   └── end_keyword_loc: (425...428) = "end"
        ├── @ BeginNode (location: (430...477))
        │   ├── begin_keyword_loc: (430...435) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (436...437))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (436...437))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (436...437) = "a"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "a"
        │   ├── rescue_clause:
        │   │   @ RescueNode (location: (438...473))
        │   │   ├── keyword_loc: (438...444) = "rescue"
        │   │   ├── exceptions: (length: 2)
        │   │   │   ├── @ ConstantReadNode (location: (445...454))
        │   │   │   │   └── name: :Exception
        │   │   │   └── @ ConstantReadNode (location: (456...471))
        │   │   │       └── name: :CustomException
        │   │   ├── operator_loc: ∅
        │   │   ├── reference: ∅
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (472...473))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (472...473))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (472...473) = "b"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "b"
        │   │   └── consequent: ∅
        │   ├── else_clause: ∅
        │   ├── ensure_clause: ∅
        │   └── end_keyword_loc: (474...477) = "end"
        ├── @ BeginNode (location: (479...536))
        │   ├── begin_keyword_loc: (479...484) = "begin"
        │   ├── statements:
        │   │   @ StatementsNode (location: (487...488))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (487...488))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (487...488) = "a"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "a"
        │   ├── rescue_clause:
        │   │   @ RescueNode (location: (489...532))
        │   │   ├── keyword_loc: (489...495) = "rescue"
        │   │   ├── exceptions: (length: 2)
        │   │   │   ├── @ ConstantReadNode (location: (496...505))
        │   │   │   │   └── name: :Exception
        │   │   │   └── @ ConstantReadNode (location: (507...522))
        │   │   │       └── name: :CustomException
        │   │   ├── operator_loc: (523...525) = "=>"
        │   │   ├── reference:
        │   │   │   @ LocalVariableTargetNode (location: (526...528))
        │   │   │   ├── name: :ex
        │   │   │   └── depth: 0
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (531...532))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (531...532))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (531...532) = "b"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "b"
        │   │   └── consequent: ∅
        │   ├── else_clause: ∅
        │   ├── ensure_clause: ∅
        │   └── end_keyword_loc: (533...536) = "end"
        └── @ BeginNode (location: (538...578))
            ├── begin_keyword_loc: (538...543) = "begin"
            ├── statements:
            │   @ StatementsNode (location: (546...547))
            │   └── body: (length: 1)
            │       └── @ CallNode (location: (546...547))
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── message_loc: (546...547) = "a"
            │           ├── opening_loc: ∅
            │           ├── arguments: ∅
            │           ├── closing_loc: ∅
            │           ├── block: ∅
            │           ├── flags: variable_call
            │           └── name: "a"
            ├── rescue_clause:
            │   @ RescueNode (location: (548...574))
            │   ├── keyword_loc: (548...554) = "rescue"
            │   ├── exceptions: (length: 1)
            │   │   └── @ ConstantReadNode (location: (555...564))
            │   │       └── name: :Exception
            │   ├── operator_loc: (565...567) = "=>"
            │   ├── reference:
            │   │   @ LocalVariableTargetNode (location: (568...570))
            │   │   ├── name: :ex
            │   │   └── depth: 0
            │   ├── statements:
            │   │   @ StatementsNode (location: (573...574))
            │   │   └── body: (length: 1)
            │   │       └── @ CallNode (location: (573...574))
            │   │           ├── receiver: ∅
            │   │           ├── call_operator_loc: ∅
            │   │           ├── message_loc: (573...574) = "b"
            │   │           ├── opening_loc: ∅
            │   │           ├── arguments: ∅
            │   │           ├── closing_loc: ∅
            │   │           ├── block: ∅
            │   │           ├── flags: variable_call
            │   │           └── name: "b"
            │   └── consequent: ∅
            ├── else_clause: ∅
            ├── ensure_clause: ∅
            └── end_keyword_loc: (575...578) = "end"