aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/unparser/corpus/literal/def.txt
blob: c71e4ea7dac64f9eabfe870aa8a04b4727394fb3 (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
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
@ ProgramNode (location: (0...913))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...913))
    └── body: (length: 30)
        ├── @ DefNode (location: (0...46))
        │   ├── name: :foo
        │   ├── name_loc: (4...7) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters: ∅
        │   ├── body:
        │   │   @ BeginNode (location: (10...46))
        │   │   ├── begin_keyword_loc: ∅
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (10...11))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (10...11))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (10...11) = "a"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "a"
        │   │   ├── rescue_clause:
        │   │   │   @ RescueNode (location: (12...22))
        │   │   │   ├── keyword_loc: (12...18) = "rescue"
        │   │   │   ├── exceptions: (length: 0)
        │   │   │   ├── operator_loc: ∅
        │   │   │   ├── reference: ∅
        │   │   │   ├── statements:
        │   │   │   │   @ StatementsNode (location: (21...22))
        │   │   │   │   └── body: (length: 1)
        │   │   │   │       └── @ CallNode (location: (21...22))
        │   │   │   │           ├── receiver: ∅
        │   │   │   │           ├── call_operator_loc: ∅
        │   │   │   │           ├── message_loc: (21...22) = "b"
        │   │   │   │           ├── opening_loc: ∅
        │   │   │   │           ├── arguments: ∅
        │   │   │   │           ├── closing_loc: ∅
        │   │   │   │           ├── block: ∅
        │   │   │   │           ├── flags: variable_call
        │   │   │   │           └── name: "b"
        │   │   │   └── consequent: ∅
        │   │   ├── else_clause:
        │   │   │   @ ElseNode (location: (23...38))
        │   │   │   ├── else_keyword_loc: (23...27) = "else"
        │   │   │   ├── statements:
        │   │   │   │   @ StatementsNode (location: (30...31))
        │   │   │   │   └── body: (length: 1)
        │   │   │   │       └── @ CallNode (location: (30...31))
        │   │   │   │           ├── receiver: ∅
        │   │   │   │           ├── call_operator_loc: ∅
        │   │   │   │           ├── message_loc: (30...31) = "c"
        │   │   │   │           ├── opening_loc: ∅
        │   │   │   │           ├── arguments: ∅
        │   │   │   │           ├── closing_loc: ∅
        │   │   │   │           ├── block: ∅
        │   │   │   │           ├── flags: variable_call
        │   │   │   │           └── name: "c"
        │   │   │   └── end_keyword_loc: (32...38) = "ensure"
        │   │   ├── ensure_clause:
        │   │   │   @ EnsureNode (location: (32...46))
        │   │   │   ├── ensure_keyword_loc: (32...38) = "ensure"
        │   │   │   ├── statements:
        │   │   │   │   @ StatementsNode (location: (41...42))
        │   │   │   │   └── body: (length: 1)
        │   │   │   │       └── @ CallNode (location: (41...42))
        │   │   │   │           ├── receiver: ∅
        │   │   │   │           ├── call_operator_loc: ∅
        │   │   │   │           ├── message_loc: (41...42) = "d"
        │   │   │   │           ├── opening_loc: ∅
        │   │   │   │           ├── arguments: ∅
        │   │   │   │           ├── closing_loc: ∅
        │   │   │   │           ├── block: ∅
        │   │   │   │           ├── flags: variable_call
        │   │   │   │           └── name: "d"
        │   │   │   └── end_keyword_loc: (43...46) = "end"
        │   │   └── end_keyword_loc: (43...46) = "end"
        │   ├── locals: []
        │   ├── def_keyword_loc: (0...3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (43...46) = "end"
        ├── @ DefNode (location: (48...103))
        │   ├── name: :foo
        │   ├── name_loc: (52...55) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters: ∅
        │   ├── body:
        │   │   @ BeginNode (location: (58...103))
        │   │   ├── begin_keyword_loc: ∅
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (58...68))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ RescueModifierNode (location: (58...68))
        │   │   │           ├── expression:
        │   │   │           │   @ CallNode (location: (58...59))
        │   │   │           │   ├── receiver: ∅
        │   │   │           │   ├── call_operator_loc: ∅
        │   │   │           │   ├── message_loc: (58...59) = "a"
        │   │   │           │   ├── opening_loc: ∅
        │   │   │           │   ├── arguments: ∅
        │   │   │           │   ├── closing_loc: ∅
        │   │   │           │   ├── block: ∅
        │   │   │           │   ├── flags: variable_call
        │   │   │           │   └── name: "a"
        │   │   │           ├── keyword_loc: (60...66) = "rescue"
        │   │   │           └── rescue_expression:
        │   │   │               @ CallNode (location: (67...68))
        │   │   │               ├── receiver: ∅
        │   │   │               ├── call_operator_loc: ∅
        │   │   │               ├── message_loc: (67...68) = "b"
        │   │   │               ├── opening_loc: ∅
        │   │   │               ├── arguments: ∅
        │   │   │               ├── closing_loc: ∅
        │   │   │               ├── block: ∅
        │   │   │               ├── flags: variable_call
        │   │   │               └── name: "b"
        │   │   ├── rescue_clause:
        │   │   │   @ RescueNode (location: (69...79))
        │   │   │   ├── keyword_loc: (69...75) = "rescue"
        │   │   │   ├── exceptions: (length: 0)
        │   │   │   ├── operator_loc: ∅
        │   │   │   ├── reference: ∅
        │   │   │   ├── statements:
        │   │   │   │   @ StatementsNode (location: (78...79))
        │   │   │   │   └── body: (length: 1)
        │   │   │   │       └── @ CallNode (location: (78...79))
        │   │   │   │           ├── receiver: ∅
        │   │   │   │           ├── call_operator_loc: ∅
        │   │   │   │           ├── message_loc: (78...79) = "b"
        │   │   │   │           ├── opening_loc: ∅
        │   │   │   │           ├── arguments: ∅
        │   │   │   │           ├── closing_loc: ∅
        │   │   │   │           ├── block: ∅
        │   │   │   │           ├── flags: variable_call
        │   │   │   │           └── name: "b"
        │   │   │   └── consequent: ∅
        │   │   ├── else_clause:
        │   │   │   @ ElseNode (location: (80...95))
        │   │   │   ├── else_keyword_loc: (80...84) = "else"
        │   │   │   ├── statements:
        │   │   │   │   @ StatementsNode (location: (87...88))
        │   │   │   │   └── body: (length: 1)
        │   │   │   │       └── @ CallNode (location: (87...88))
        │   │   │   │           ├── receiver: ∅
        │   │   │   │           ├── call_operator_loc: ∅
        │   │   │   │           ├── message_loc: (87...88) = "c"
        │   │   │   │           ├── opening_loc: ∅
        │   │   │   │           ├── arguments: ∅
        │   │   │   │           ├── closing_loc: ∅
        │   │   │   │           ├── block: ∅
        │   │   │   │           ├── flags: variable_call
        │   │   │   │           └── name: "c"
        │   │   │   └── end_keyword_loc: (89...95) = "ensure"
        │   │   ├── ensure_clause:
        │   │   │   @ EnsureNode (location: (89...103))
        │   │   │   ├── ensure_keyword_loc: (89...95) = "ensure"
        │   │   │   ├── statements:
        │   │   │   │   @ StatementsNode (location: (98...99))
        │   │   │   │   └── body: (length: 1)
        │   │   │   │       └── @ CallNode (location: (98...99))
        │   │   │   │           ├── receiver: ∅
        │   │   │   │           ├── call_operator_loc: ∅
        │   │   │   │           ├── message_loc: (98...99) = "d"
        │   │   │   │           ├── opening_loc: ∅
        │   │   │   │           ├── arguments: ∅
        │   │   │   │           ├── closing_loc: ∅
        │   │   │   │           ├── block: ∅
        │   │   │   │           ├── flags: variable_call
        │   │   │   │           └── name: "d"
        │   │   │   └── end_keyword_loc: (100...103) = "end"
        │   │   └── end_keyword_loc: (100...103) = "end"
        │   ├── locals: []
        │   ├── def_keyword_loc: (48...51) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (100...103) = "end"
        ├── @ DefNode (location: (105...128))
        │   ├── name: :foo
        │   ├── name_loc: (109...112) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (113...123))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── posts: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── keywords: (length: 2)
        │   │   │   ├── @ KeywordParameterNode (location: (113...117))
        │   │   │   │   ├── name: :bar
        │   │   │   │   ├── name_loc: (113...117) = "bar:"
        │   │   │   │   └── value: ∅
        │   │   │   └── @ KeywordParameterNode (location: (119...123))
        │   │   │       ├── name: :baz
        │   │   │       ├── name_loc: (119...123) = "baz:"
        │   │   │       └── value: ∅
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:bar, :baz]
        │   ├── def_keyword_loc: (105...108) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (112...113) = "("
        │   ├── rparen_loc: (123...124) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (125...128) = "end"
        ├── @ DefNode (location: (130...141))
        │   ├── name: :foo
        │   ├── name_loc: (134...137) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters: ∅
        │   ├── body: ∅
        │   ├── locals: []
        │   ├── def_keyword_loc: (130...133) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (138...141) = "end"
        ├── @ DefNode (location: (143...160))
        │   ├── name: :foo
        │   ├── name_loc: (147...150) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters: ∅
        │   ├── body:
        │   │   @ StatementsNode (location: (153...156))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (153...156))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (153...156) = "bar"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "bar"
        │   ├── locals: []
        │   ├── def_keyword_loc: (143...146) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (157...160) = "end"
        ├── @ DefNode (location: (162...205))
        │   ├── name: :foo
        │   ├── name_loc: (166...169) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters: ∅
        │   ├── body:
        │   │   @ BeginNode (location: (172...205))
        │   │   ├── begin_keyword_loc: ∅
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (172...175))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (172...175))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (172...175) = "foo"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "foo"
        │   │   ├── rescue_clause:
        │   │   │   @ RescueNode (location: (176...188))
        │   │   │   ├── keyword_loc: (176...182) = "rescue"
        │   │   │   ├── exceptions: (length: 0)
        │   │   │   ├── operator_loc: ∅
        │   │   │   ├── reference: ∅
        │   │   │   ├── statements:
        │   │   │   │   @ StatementsNode (location: (185...188))
        │   │   │   │   └── body: (length: 1)
        │   │   │   │       └── @ CallNode (location: (185...188))
        │   │   │   │           ├── receiver: ∅
        │   │   │   │           ├── call_operator_loc: ∅
        │   │   │   │           ├── message_loc: (185...188) = "bar"
        │   │   │   │           ├── opening_loc: ∅
        │   │   │   │           ├── arguments: ∅
        │   │   │   │           ├── closing_loc: ∅
        │   │   │   │           ├── block: ∅
        │   │   │   │           ├── flags: variable_call
        │   │   │   │           └── name: "bar"
        │   │   │   └── consequent: ∅
        │   │   ├── else_clause: ∅
        │   │   ├── ensure_clause:
        │   │   │   @ EnsureNode (location: (189...205))
        │   │   │   ├── ensure_keyword_loc: (189...195) = "ensure"
        │   │   │   ├── statements:
        │   │   │   │   @ StatementsNode (location: (198...201))
        │   │   │   │   └── body: (length: 1)
        │   │   │   │       └── @ CallNode (location: (198...201))
        │   │   │   │           ├── receiver: ∅
        │   │   │   │           ├── call_operator_loc: ∅
        │   │   │   │           ├── message_loc: (198...201) = "baz"
        │   │   │   │           ├── opening_loc: ∅
        │   │   │   │           ├── arguments: ∅
        │   │   │   │           ├── closing_loc: ∅
        │   │   │   │           ├── block: ∅
        │   │   │   │           ├── flags: variable_call
        │   │   │   │           └── name: "baz"
        │   │   │   └── end_keyword_loc: (202...205) = "end"
        │   │   └── end_keyword_loc: (202...205) = "end"
        │   ├── locals: []
        │   ├── def_keyword_loc: (162...165) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (202...205) = "end"
        ├── @ DefNode (location: (207...237))
        │   ├── name: :foo
        │   ├── name_loc: (211...214) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters: ∅
        │   ├── body:
        │   │   @ BeginNode (location: (217...237))
        │   │   ├── begin_keyword_loc: ∅
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (217...220))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (217...220))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (217...220) = "bar"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "bar"
        │   │   ├── rescue_clause: ∅
        │   │   ├── else_clause: ∅
        │   │   ├── ensure_clause:
        │   │   │   @ EnsureNode (location: (221...237))
        │   │   │   ├── ensure_keyword_loc: (221...227) = "ensure"
        │   │   │   ├── statements:
        │   │   │   │   @ StatementsNode (location: (230...233))
        │   │   │   │   └── body: (length: 1)
        │   │   │   │       └── @ CallNode (location: (230...233))
        │   │   │   │           ├── receiver: ∅
        │   │   │   │           ├── call_operator_loc: ∅
        │   │   │   │           ├── message_loc: (230...233) = "baz"
        │   │   │   │           ├── opening_loc: ∅
        │   │   │   │           ├── arguments: ∅
        │   │   │   │           ├── closing_loc: ∅
        │   │   │   │           ├── block: ∅
        │   │   │   │           ├── flags: variable_call
        │   │   │   │           └── name: "baz"
        │   │   │   └── end_keyword_loc: (234...237) = "end"
        │   │   └── end_keyword_loc: (234...237) = "end"
        │   ├── locals: []
        │   ├── def_keyword_loc: (207...210) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (234...237) = "end"
        ├── @ DefNode (location: (239...269))
        │   ├── name: :foo
        │   ├── name_loc: (243...246) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters: ∅
        │   ├── body:
        │   │   @ BeginNode (location: (249...269))
        │   │   ├── begin_keyword_loc: ∅
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (249...252))
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (249...252))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (249...252) = "bar"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "bar"
        │   │   ├── rescue_clause:
        │   │   │   @ RescueNode (location: (253...265))
        │   │   │   ├── keyword_loc: (253...259) = "rescue"
        │   │   │   ├── exceptions: (length: 0)
        │   │   │   ├── operator_loc: ∅
        │   │   │   ├── reference: ∅
        │   │   │   ├── statements:
        │   │   │   │   @ StatementsNode (location: (262...265))
        │   │   │   │   └── body: (length: 1)
        │   │   │   │       └── @ CallNode (location: (262...265))
        │   │   │   │           ├── receiver: ∅
        │   │   │   │           ├── call_operator_loc: ∅
        │   │   │   │           ├── message_loc: (262...265) = "baz"
        │   │   │   │           ├── opening_loc: ∅
        │   │   │   │           ├── arguments: ∅
        │   │   │   │           ├── closing_loc: ∅
        │   │   │   │           ├── block: ∅
        │   │   │   │           ├── flags: variable_call
        │   │   │   │           └── name: "baz"
        │   │   │   └── consequent: ∅
        │   │   ├── else_clause: ∅
        │   │   ├── ensure_clause: ∅
        │   │   └── end_keyword_loc: (266...269) = "end"
        │   ├── locals: []
        │   ├── def_keyword_loc: (239...242) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (266...269) = "end"
        ├── @ DefNode (location: (271...293))
        │   ├── name: :foo
        │   ├── name_loc: (275...278) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (279...282))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (279...282))
        │   │   │       └── name: :bar
        │   │   ├── optionals: (length: 0)
        │   │   ├── posts: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body:
        │   │   @ StatementsNode (location: (286...289))
        │   │   └── body: (length: 1)
        │   │       └── @ LocalVariableReadNode (location: (286...289))
        │   │           ├── name: :bar
        │   │           └── depth: 0
        │   ├── locals: [:bar]
        │   ├── def_keyword_loc: (271...274) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (278...279) = "("
        │   ├── rparen_loc: (282...283) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (290...293) = "end"
        ├── @ DefNode (location: (295...322))
        │   ├── name: :foo
        │   ├── name_loc: (299...302) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (303...311))
        │   │   ├── requireds: (length: 2)
        │   │   │   ├── @ RequiredParameterNode (location: (303...306))
        │   │   │   │   └── name: :bar
        │   │   │   └── @ RequiredParameterNode (location: (308...311))
        │   │   │       └── name: :baz
        │   │   ├── optionals: (length: 0)
        │   │   ├── posts: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body:
        │   │   @ StatementsNode (location: (315...318))
        │   │   └── body: (length: 1)
        │   │       └── @ LocalVariableReadNode (location: (315...318))
        │   │           ├── name: :bar
        │   │           └── depth: 0
        │   ├── locals: [:bar, :baz]
        │   ├── def_keyword_loc: (295...298) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (302...303) = "("
        │   ├── rparen_loc: (311...312) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (319...322) = "end"
        ├── @ DefNode (location: (324...351))
        │   ├── name: :foo
        │   ├── name_loc: (328...331) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (332...340))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 1)
        │   │   │   └── @ OptionalParameterNode (location: (332...340))
        │   │   │       ├── name: :bar
        │   │   │       ├── name_loc: (332...335) = "bar"
        │   │   │       ├── operator_loc: (336...337) = "="
        │   │   │       └── value:
        │   │   │           @ ParenthesesNode (location: (338...340))
        │   │   │           ├── body: ∅
        │   │   │           ├── opening_loc: (338...339) = "("
        │   │   │           └── closing_loc: (339...340) = ")"
        │   │   ├── posts: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body:
        │   │   @ StatementsNode (location: (344...347))
        │   │   └── body: (length: 1)
        │   │       └── @ LocalVariableReadNode (location: (344...347))
        │   │           ├── name: :bar
        │   │           └── depth: 0
        │   ├── locals: [:bar]
        │   ├── def_keyword_loc: (324...327) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (331...332) = "("
        │   ├── rparen_loc: (340...341) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (348...351) = "end"
        ├── @ DefNode (location: (353...382))
        │   ├── name: :foo
        │   ├── name_loc: (357...360) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (361...377))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 1)
        │   │   │   └── @ OptionalParameterNode (location: (361...377))
        │   │   │       ├── name: :bar
        │   │   │       ├── name_loc: (361...364) = "bar"
        │   │   │       ├── operator_loc: (365...366) = "="
        │   │   │       └── value:
        │   │   │           @ ParenthesesNode (location: (367...377))
        │   │   │           ├── body:
        │   │   │           │   @ StatementsNode (location: (368...376))
        │   │   │           │   └── body: (length: 2)
        │   │   │           │       ├── @ CallNode (location: (368...371))
        │   │   │           │       │   ├── receiver: ∅
        │   │   │           │       │   ├── call_operator_loc: ∅
        │   │   │           │       │   ├── message_loc: (368...371) = "baz"
        │   │   │           │       │   ├── opening_loc: ∅
        │   │   │           │       │   ├── arguments: ∅
        │   │   │           │       │   ├── closing_loc: ∅
        │   │   │           │       │   ├── block: ∅
        │   │   │           │       │   ├── flags: variable_call
        │   │   │           │       │   └── name: "baz"
        │   │   │           │       └── @ NilNode (location: (373...376))
        │   │   │           ├── opening_loc: (367...368) = "("
        │   │   │           └── closing_loc: (376...377) = ")"
        │   │   ├── posts: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:bar]
        │   ├── def_keyword_loc: (353...356) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (360...361) = "("
        │   ├── rparen_loc: (377...378) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (379...382) = "end"
        ├── @ DefNode (location: (384...413))
        │   ├── name: :foo
        │   ├── name_loc: (388...391) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (392...402))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 1)
        │   │   │   └── @ OptionalParameterNode (location: (392...402))
        │   │   │       ├── name: :bar
        │   │   │       ├── name_loc: (392...395) = "bar"
        │   │   │       ├── operator_loc: (396...397) = "="
        │   │   │       └── value:
        │   │   │           @ TrueNode (location: (398...402))
        │   │   ├── posts: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body:
        │   │   @ StatementsNode (location: (406...409))
        │   │   └── body: (length: 1)
        │   │       └── @ LocalVariableReadNode (location: (406...409))
        │   │           ├── name: :bar
        │   │           └── depth: 0
        │   ├── locals: [:bar]
        │   ├── def_keyword_loc: (384...387) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (391...392) = "("
        │   ├── rparen_loc: (402...403) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (410...413) = "end"
        ├── @ DefNode (location: (415...449))
        │   ├── name: :foo
        │   ├── name_loc: (419...422) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (423...438))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (423...426))
        │   │   │       └── name: :bar
        │   │   ├── optionals: (length: 1)
        │   │   │   └── @ OptionalParameterNode (location: (428...438))
        │   │   │       ├── name: :baz
        │   │   │       ├── name_loc: (428...431) = "baz"
        │   │   │       ├── operator_loc: (432...433) = "="
        │   │   │       └── value:
        │   │   │           @ TrueNode (location: (434...438))
        │   │   ├── posts: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body:
        │   │   @ StatementsNode (location: (442...445))
        │   │   └── body: (length: 1)
        │   │       └── @ LocalVariableReadNode (location: (442...445))
        │   │           ├── name: :bar
        │   │           └── depth: 0
        │   ├── locals: [:bar, :baz]
        │   ├── def_keyword_loc: (415...418) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (422...423) = "("
        │   ├── rparen_loc: (438...439) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (446...449) = "end"
        ├── @ DefNode (location: (451...470))
        │   ├── name: :foo
        │   ├── name_loc: (455...458) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (459...465))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── posts: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── keywords: (length: 1)
        │   │   │   └── @ KeywordParameterNode (location: (459...465))
        │   │   │       ├── name: :bar
        │   │   │       ├── name_loc: (459...463) = "bar:"
        │   │   │       └── value:
        │   │   │           @ IntegerNode (location: (464...465))
        │   │   │           └── flags: decimal
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:bar]
        │   ├── def_keyword_loc: (451...454) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (458...459) = "("
        │   ├── rparen_loc: (465...466) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (467...470) = "end"
        ├── @ DefNode (location: (472...493))
        │   ├── name: :foo
        │   ├── name_loc: (476...479) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (480...488))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── posts: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── keywords: (length: 1)
        │   │   │   └── @ KeywordParameterNode (location: (480...488))
        │   │   │       ├── name: :bar
        │   │   │       ├── name_loc: (480...484) = "bar:"
        │   │   │       └── value:
        │   │   │           @ CallNode (location: (485...488))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (485...488) = "baz"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: variable_call
        │   │   │           └── name: "baz"
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:bar]
        │   ├── def_keyword_loc: (472...475) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (479...480) = "("
        │   ├── rparen_loc: (488...489) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (490...493) = "end"
        ├── @ DefNode (location: (495...518))
        │   ├── name: :foo
        │   ├── name_loc: (499...502) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (503...513))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── posts: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── keywords: (length: 1)
        │   │   │   └── @ KeywordParameterNode (location: (503...513))
        │   │   │       ├── name: :bar
        │   │   │       ├── name_loc: (503...507) = "bar:"
        │   │   │       └── value:
        │   │   │           @ CallNode (location: (508...513))
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── message_loc: (508...511) = "bar"
        │   │   │           ├── opening_loc: (511...512) = "("
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: (512...513) = ")"
        │   │   │           ├── block: ∅
        │   │   │           ├── flags: 
        │   │   │           └── name: "bar"
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:bar]
        │   ├── def_keyword_loc: (495...498) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (502...503) = "("
        │   ├── rparen_loc: (513...514) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (515...518) = "end"
        ├── @ DefNode (location: (520...540))
        │   ├── name: :foo
        │   ├── name_loc: (524...527) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (528...529))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── posts: (length: 0)
        │   │   ├── rest:
        │   │   │   @ RestParameterNode (location: (528...529))
        │   │   │   ├── name: nil
        │   │   │   ├── name_loc: ∅
        │   │   │   └── operator_loc: (528...529) = "*"
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body:
        │   │   @ StatementsNode (location: (533...536))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (533...536))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (533...536) = "bar"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "bar"
        │   ├── locals: [:*]
        │   ├── def_keyword_loc: (520...523) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (527...528) = "("
        │   ├── rparen_loc: (529...530) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (537...540) = "end"
        ├── @ DefNode (location: (542...565))
        │   ├── name: :foo
        │   ├── name_loc: (546...549) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (550...554))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── posts: (length: 0)
        │   │   ├── rest:
        │   │   │   @ RestParameterNode (location: (550...554))
        │   │   │   ├── name: :bar
        │   │   │   ├── name_loc: (551...554) = "bar"
        │   │   │   └── operator_loc: (550...551) = "*"
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body:
        │   │   @ StatementsNode (location: (558...561))
        │   │   └── body: (length: 1)
        │   │       └── @ LocalVariableReadNode (location: (558...561))
        │   │           ├── name: :bar
        │   │           └── depth: 0
        │   ├── locals: [:bar]
        │   ├── def_keyword_loc: (542...545) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (549...550) = "("
        │   ├── rparen_loc: (554...555) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (562...565) = "end"
        ├── @ DefNode (location: (567...595))
        │   ├── name: :foo
        │   ├── name_loc: (571...574) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (575...584))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (575...578))
        │   │   │       └── name: :bar
        │   │   ├── optionals: (length: 0)
        │   │   ├── posts: (length: 0)
        │   │   ├── rest:
        │   │   │   @ RestParameterNode (location: (580...584))
        │   │   │   ├── name: :baz
        │   │   │   ├── name_loc: (581...584) = "baz"
        │   │   │   └── operator_loc: (580...581) = "*"
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body:
        │   │   @ StatementsNode (location: (588...591))
        │   │   └── body: (length: 1)
        │   │       └── @ LocalVariableReadNode (location: (588...591))
        │   │           ├── name: :bar
        │   │           └── depth: 0
        │   ├── locals: [:bar, :baz]
        │   ├── def_keyword_loc: (567...570) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (574...575) = "("
        │   ├── rparen_loc: (584...585) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (592...595) = "end"
        ├── @ DefNode (location: (597...632))
        │   ├── name: :foo
        │   ├── name_loc: (601...604) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (605...621))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 1)
        │   │   │   └── @ OptionalParameterNode (location: (605...615))
        │   │   │       ├── name: :baz
        │   │   │       ├── name_loc: (605...608) = "baz"
        │   │   │       ├── operator_loc: (609...610) = "="
        │   │   │       └── value:
        │   │   │           @ TrueNode (location: (611...615))
        │   │   ├── posts: (length: 0)
        │   │   ├── rest:
        │   │   │   @ RestParameterNode (location: (617...621))
        │   │   │   ├── name: :bor
        │   │   │   ├── name_loc: (618...621) = "bor"
        │   │   │   └── operator_loc: (617...618) = "*"
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body:
        │   │   @ StatementsNode (location: (625...628))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (625...628))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (625...628) = "bar"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "bar"
        │   ├── locals: [:baz, :bor]
        │   ├── def_keyword_loc: (597...600) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (604...605) = "("
        │   ├── rparen_loc: (621...622) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (629...632) = "end"
        ├── @ DefNode (location: (634...677))
        │   ├── name: :foo
        │   ├── name_loc: (638...641) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (642...666))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 1)
        │   │   │   └── @ OptionalParameterNode (location: (642...652))
        │   │   │       ├── name: :baz
        │   │   │       ├── name_loc: (642...645) = "baz"
        │   │   │       ├── operator_loc: (646...647) = "="
        │   │   │       └── value:
        │   │   │           @ TrueNode (location: (648...652))
        │   │   ├── posts: (length: 0)
        │   │   ├── rest:
        │   │   │   @ RestParameterNode (location: (654...658))
        │   │   │   ├── name: :bor
        │   │   │   ├── name_loc: (655...658) = "bor"
        │   │   │   └── operator_loc: (654...655) = "*"
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (660...666))
        │   │       ├── name: :block
        │   │       ├── name_loc: (661...666) = "block"
        │   │       └── operator_loc: (660...661) = "&"
        │   ├── body:
        │   │   @ StatementsNode (location: (670...673))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (670...673))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (670...673) = "bar"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "bar"
        │   ├── locals: [:baz, :bor, :block]
        │   ├── def_keyword_loc: (634...637) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (641...642) = "("
        │   ├── rparen_loc: (666...667) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (674...677) = "end"
        ├── @ DefNode (location: (679...719))
        │   ├── name: :foo
        │   ├── name_loc: (683...686) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (687...708))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (687...690))
        │   │   │       └── name: :bar
        │   │   ├── optionals: (length: 1)
        │   │   │   └── @ OptionalParameterNode (location: (692...702))
        │   │   │       ├── name: :baz
        │   │   │       ├── name_loc: (692...695) = "baz"
        │   │   │       ├── operator_loc: (696...697) = "="
        │   │   │       └── value:
        │   │   │           @ TrueNode (location: (698...702))
        │   │   ├── posts: (length: 0)
        │   │   ├── rest:
        │   │   │   @ RestParameterNode (location: (704...708))
        │   │   │   ├── name: :bor
        │   │   │   ├── name_loc: (705...708) = "bor"
        │   │   │   └── operator_loc: (704...705) = "*"
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body:
        │   │   @ StatementsNode (location: (712...715))
        │   │   └── body: (length: 1)
        │   │       └── @ LocalVariableReadNode (location: (712...715))
        │   │           ├── name: :bar
        │   │           └── depth: 0
        │   ├── locals: [:bar, :baz, :bor]
        │   ├── def_keyword_loc: (679...682) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (686...687) = "("
        │   ├── rparen_loc: (708...709) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (716...719) = "end"
        ├── @ DefNode (location: (721...746))
        │   ├── name: :foo
        │   ├── name_loc: (725...728) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (729...735))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── posts: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (729...735))
        │   │       ├── name: :block
        │   │       ├── name_loc: (730...735) = "block"
        │   │       └── operator_loc: (729...730) = "&"
        │   ├── body:
        │   │   @ StatementsNode (location: (739...742))
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (739...742))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (739...742) = "bar"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "bar"
        │   ├── locals: [:block]
        │   ├── def_keyword_loc: (721...724) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (728...729) = "("
        │   ├── rparen_loc: (735...736) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (743...746) = "end"
        ├── @ DefNode (location: (748...778))
        │   ├── name: :foo
        │   ├── name_loc: (752...755) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (756...767))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (756...759))
        │   │   │       └── name: :bar
        │   │   ├── optionals: (length: 0)
        │   │   ├── posts: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (761...767))
        │   │       ├── name: :block
        │   │       ├── name_loc: (762...767) = "block"
        │   │       └── operator_loc: (761...762) = "&"
        │   ├── body:
        │   │   @ StatementsNode (location: (771...774))
        │   │   └── body: (length: 1)
        │   │       └── @ LocalVariableReadNode (location: (771...774))
        │   │           ├── name: :bar
        │   │           └── depth: 0
        │   ├── locals: [:bar, :block]
        │   ├── def_keyword_loc: (748...751) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (755...756) = "("
        │   ├── rparen_loc: (767...768) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (775...778) = "end"
        ├── @ DefNode (location: (780...803))
        │   ├── name: :foo
        │   ├── name_loc: (784...787) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters: ∅
        │   ├── body:
        │   │   @ StatementsNode (location: (790...799))
        │   │   └── body: (length: 2)
        │   │       ├── @ CallNode (location: (790...793))
        │   │       │   ├── receiver: ∅
        │   │       │   ├── call_operator_loc: ∅
        │   │       │   ├── message_loc: (790...793) = "bar"
        │   │       │   ├── opening_loc: ∅
        │   │       │   ├── arguments: ∅
        │   │       │   ├── closing_loc: ∅
        │   │       │   ├── block: ∅
        │   │       │   ├── flags: variable_call
        │   │       │   └── name: "bar"
        │   │       └── @ CallNode (location: (796...799))
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── message_loc: (796...799) = "baz"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           ├── block: ∅
        │   │           ├── flags: variable_call
        │   │           └── name: "baz"
        │   ├── locals: []
        │   ├── def_keyword_loc: (780...783) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (800...803) = "end"
        ├── @ DefNode (location: (805...821))
        │   ├── name: :f
        │   ├── name_loc: (809...810) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (811...816))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ RequiredDestructuredParameterNode (location: (811...816))
        │   │   │       ├── parameters: (length: 1)
        │   │   │       │   └── @ RequiredDestructuredParameterNode (location: (812...815))
        │   │   │       │       ├── parameters: (length: 1)
        │   │   │       │       │   └── @ RequiredParameterNode (location: (813...814))
        │   │   │       │       │       └── name: :a
        │   │   │       │       ├── opening_loc: (812...813) = "("
        │   │   │       │       └── closing_loc: (814...815) = ")"
        │   │   │       ├── opening_loc: (811...812) = "("
        │   │   │       └── closing_loc: (815...816) = ")"
        │   │   ├── optionals: (length: 0)
        │   │   ├── posts: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:a]
        │   ├── def_keyword_loc: (805...808) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (810...811) = "("
        │   ├── rparen_loc: (816...817) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (818...821) = "end"
        ├── @ DefNode (location: (823...854))
        │   ├── name: :foo
        │   ├── name_loc: (827...830) = "foo"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (831...849))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── posts: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── keywords: (length: 2)
        │   │   │   ├── @ KeywordParameterNode (location: (831...835))
        │   │   │   │   ├── name: :bar
        │   │   │   │   ├── name_loc: (831...835) = "bar:"
        │   │   │   │   └── value: ∅
        │   │   │   └── @ KeywordParameterNode (location: (837...849))
        │   │   │       ├── name: :baz
        │   │   │       ├── name_loc: (837...841) = "baz:"
        │   │   │       └── value:
        │   │   │           @ StringNode (location: (842...849))
        │   │   │           ├── opening_loc: (842...843) = "\""
        │   │   │           ├── content_loc: (843...848) = "value"
        │   │   │           ├── closing_loc: (848...849) = "\""
        │   │   │           └── unescaped: "value"
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:bar, :baz]
        │   ├── def_keyword_loc: (823...826) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (830...831) = "("
        │   ├── rparen_loc: (849...850) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (851...854) = "end"
        ├── @ DefNode (location: (856...896))
        │   ├── name: :f
        │   ├── name_loc: (860...861) = "f"
        │   ├── receiver: ∅
        │   ├── parameters: ∅
        │   ├── body:
        │   │   @ StatementsNode (location: (864...874))
        │   │   └── body: (length: 1)
        │   │       └── @ InterpolatedStringNode (location: (864...874))
        │   │           ├── opening_loc: (864...874) = "<<-HEREDOC"
        │   │           ├── parts: (length: 3)
        │   │           │   ├── @ StringNode (location: (875...879))
        │   │           │   │   ├── opening_loc: ∅
        │   │           │   │   ├── content_loc: (875...879) = "    "
        │   │           │   │   ├── closing_loc: ∅
        │   │           │   │   └── unescaped: "    "
        │   │           │   ├── @ EmbeddedStatementsNode (location: (879...882))
        │   │           │   │   ├── opening_loc: (879...881) = "\#{"
        │   │           │   │   ├── statements: ∅
        │   │           │   │   └── closing_loc: (881...882) = "}"
        │   │           │   └── @ StringNode (location: (882...883))
        │   │           │       ├── opening_loc: ∅
        │   │           │       ├── content_loc: (882...883) = "\n"
        │   │           │       ├── closing_loc: ∅
        │   │           │       └── unescaped: "\n"
        │   │           └── closing_loc: (883...893) = "  HEREDOC\n"
        │   ├── locals: []
        │   ├── def_keyword_loc: (856...859) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (893...896) = "end"
        └── @ DefNode (location: (898...913))
            ├── name: :f
            ├── name_loc: (902...903) = "f"
            ├── receiver: ∅
            ├── parameters: ∅
            ├── body:
            │   @ StatementsNode (location: (906...909))
            │   └── body: (length: 1)
            │       └── @ StringNode (location: (906...909))
            │           ├── opening_loc: (906...908) = "%("
            │           ├── content_loc: (908...908) = ""
            │           ├── closing_loc: (908...909) = ")"
            │           └── unescaped: ""
            ├── locals: []
            ├── def_keyword_loc: (898...901) = "def"
            ├── operator_loc: ∅
            ├── lparen_loc: ∅
            ├── rparen_loc: ∅
            ├── equal_loc: ∅
            └── end_keyword_loc: (910...913) = "end"