summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/ensure_empty.txt
blob: 0bab5d80c363ef6ba9f67f7db631f93ffa1326c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@ ProgramNode (location: (1,0)-(1,16))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,16))
    └── body: (length: 1)
        └── @ BeginNode (location: (1,0)-(1,16))
            ├── begin_keyword_loc: (1,0)-(1,5) = "begin"
            ├── statements: ∅
            ├── rescue_clause: ∅
            ├── else_clause: ∅
            ├── ensure_clause:
            │   @ EnsureNode (location: (1,6)-(1,16))
            │   ├── ensure_keyword_loc: (1,6)-(1,12) = "ensure"
            │   ├── statements: ∅
            │   └── end_keyword_loc: (1,13)-(1,16) = "end"
            └── end_keyword_loc: (1,13)-(1,16) = "end"