@ ProgramNode (location: (1,0)-(5,31))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(5,31))
    ├── flags: ∅
    └── body: (length: 3)
        ├── @ IfNode (location: (1,0)-(1,33))
        │   ├── flags: newline
        │   ├── if_keyword_loc: ∅
        │   ├── predicate:
        │   │   @ FalseNode (location: (1,0)-(1,5))
        │   │   └── flags: static_literal
        │   ├── then_keyword_loc: (1,6)-(1,7) = "?"
        │   ├── statements:
        │   │   @ StatementsNode (location: (1,8)-(1,20))
        │   │   ├── flags: ∅
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (1,8)-(1,20))
        │   │           ├── flags: newline, ignore_visibility
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── name: :raise
        │   │           ├── message_loc: (1,8)-(1,13) = "raise"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           └── block:
        │   │               @ BlockNode (location: (1,14)-(1,20))
        │   │               ├── flags: ∅
        │   │               ├── locals: []
        │   │               ├── parameters: ∅
        │   │               ├── body: ∅
        │   │               ├── opening_loc: (1,14)-(1,16) = "do"
        │   │               └── closing_loc: (1,17)-(1,20) = "end"
        │   ├── subsequent:
        │   │   @ ElseNode (location: (1,21)-(1,33))
        │   │   ├── flags: ∅
        │   │   ├── else_keyword_loc: (1,21)-(1,22) = ":"
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (1,23)-(1,33))
        │   │   │   ├── flags: ∅
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (1,23)-(1,33))
        │   │   │           ├── flags: newline, ignore_visibility
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── name: :tap
        │   │   │           ├── message_loc: (1,23)-(1,26) = "tap"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           └── block:
        │   │   │               @ BlockNode (location: (1,27)-(1,33))
        │   │   │               ├── flags: ∅
        │   │   │               ├── locals: []
        │   │   │               ├── parameters: ∅
        │   │   │               ├── body: ∅
        │   │   │               ├── opening_loc: (1,27)-(1,29) = "do"
        │   │   │               └── closing_loc: (1,30)-(1,33) = "end"
        │   │   └── end_keyword_loc: ∅
        │   └── end_keyword_loc: ∅
        ├── @ IfNode (location: (3,0)-(3,25))
        │   ├── flags: newline
        │   ├── if_keyword_loc: ∅
        │   ├── predicate:
        │   │   @ FalseNode (location: (3,0)-(3,5))
        │   │   └── flags: static_literal
        │   ├── then_keyword_loc: (3,6)-(3,7) = "?"
        │   ├── statements:
        │   │   @ StatementsNode (location: (3,8)-(3,16))
        │   │   ├── flags: ∅
        │   │   └── body: (length: 1)
        │   │       └── @ CallNode (location: (3,8)-(3,16))
        │   │           ├── flags: newline, ignore_visibility
        │   │           ├── receiver: ∅
        │   │           ├── call_operator_loc: ∅
        │   │           ├── name: :raise
        │   │           ├── message_loc: (3,8)-(3,13) = "raise"
        │   │           ├── opening_loc: ∅
        │   │           ├── arguments: ∅
        │   │           ├── closing_loc: ∅
        │   │           └── block:
        │   │               @ BlockNode (location: (3,14)-(3,16))
        │   │               ├── flags: ∅
        │   │               ├── locals: []
        │   │               ├── parameters: ∅
        │   │               ├── body: ∅
        │   │               ├── opening_loc: (3,14)-(3,15) = "{"
        │   │               └── closing_loc: (3,15)-(3,16) = "}"
        │   ├── subsequent:
        │   │   @ ElseNode (location: (3,17)-(3,25))
        │   │   ├── flags: ∅
        │   │   ├── else_keyword_loc: (3,17)-(3,18) = ":"
        │   │   ├── statements:
        │   │   │   @ StatementsNode (location: (3,19)-(3,25))
        │   │   │   ├── flags: ∅
        │   │   │   └── body: (length: 1)
        │   │   │       └── @ CallNode (location: (3,19)-(3,25))
        │   │   │           ├── flags: newline, ignore_visibility
        │   │   │           ├── receiver: ∅
        │   │   │           ├── call_operator_loc: ∅
        │   │   │           ├── name: :tap
        │   │   │           ├── message_loc: (3,19)-(3,22) = "tap"
        │   │   │           ├── opening_loc: ∅
        │   │   │           ├── arguments: ∅
        │   │   │           ├── closing_loc: ∅
        │   │   │           └── block:
        │   │   │               @ BlockNode (location: (3,23)-(3,25))
        │   │   │               ├── flags: ∅
        │   │   │               ├── locals: []
        │   │   │               ├── parameters: ∅
        │   │   │               ├── body: ∅
        │   │   │               ├── opening_loc: (3,23)-(3,24) = "{"
        │   │   │               └── closing_loc: (3,24)-(3,25) = "}"
        │   │   └── end_keyword_loc: ∅
        │   └── end_keyword_loc: ∅
        └── @ IfNode (location: (5,0)-(5,31))
            ├── flags: newline
            ├── if_keyword_loc: ∅
            ├── predicate:
            │   @ TrueNode (location: (5,0)-(5,4))
            │   └── flags: static_literal
            ├── then_keyword_loc: (5,5)-(5,6) = "?"
            ├── statements:
            │   @ StatementsNode (location: (5,7)-(5,27))
            │   ├── flags: ∅
            │   └── body: (length: 1)
            │       └── @ CallNode (location: (5,7)-(5,27))
            │           ├── flags: newline
            │           ├── receiver:
            │           │   @ IntegerNode (location: (5,7)-(5,8))
            │           │   ├── flags: static_literal, decimal
            │           │   └── value: 1
            │           ├── call_operator_loc: (5,8)-(5,9) = "."
            │           ├── name: :tap
            │           ├── message_loc: (5,9)-(5,12) = "tap"
            │           ├── opening_loc: ∅
            │           ├── arguments: ∅
            │           ├── closing_loc: ∅
            │           └── block:
            │               @ BlockNode (location: (5,13)-(5,27))
            │               ├── flags: ∅
            │               ├── locals: [:n]
            │               ├── parameters:
            │               │   @ BlockParametersNode (location: (5,16)-(5,19))
            │               │   ├── flags: ∅
            │               │   ├── parameters:
            │               │   │   @ ParametersNode (location: (5,17)-(5,18))
            │               │   │   ├── flags: ∅
            │               │   │   ├── requireds: (length: 1)
            │               │   │   │   └── @ RequiredParameterNode (location: (5,17)-(5,18))
            │               │   │   │       ├── flags: ∅
            │               │   │   │       └── name: :n
            │               │   │   ├── optionals: (length: 0)
            │               │   │   ├── rest: ∅
            │               │   │   ├── posts: (length: 0)
            │               │   │   ├── keywords: (length: 0)
            │               │   │   ├── keyword_rest: ∅
            │               │   │   └── block: ∅
            │               │   ├── locals: (length: 0)
            │               │   ├── opening_loc: (5,16)-(5,17) = "|"
            │               │   └── closing_loc: (5,18)-(5,19) = "|"
            │               ├── body:
            │               │   @ StatementsNode (location: (5,20)-(5,23))
            │               │   ├── flags: ∅
            │               │   └── body: (length: 1)
            │               │       └── @ CallNode (location: (5,20)-(5,23))
            │               │           ├── flags: newline, ignore_visibility
            │               │           ├── receiver: ∅
            │               │           ├── call_operator_loc: ∅
            │               │           ├── name: :p
            │               │           ├── message_loc: (5,20)-(5,21) = "p"
            │               │           ├── opening_loc: ∅
            │               │           ├── arguments:
            │               │           │   @ ArgumentsNode (location: (5,22)-(5,23))
            │               │           │   ├── flags: ∅
            │               │           │   └── arguments: (length: 1)
            │               │           │       └── @ LocalVariableReadNode (location: (5,22)-(5,23))
            │               │           │           ├── flags: ∅
            │               │           │           ├── name: :n
            │               │           │           └── depth: 0
            │               │           ├── closing_loc: ∅
            │               │           └── block: ∅
            │               ├── opening_loc: (5,13)-(5,15) = "do"
            │               └── closing_loc: (5,24)-(5,27) = "end"
            ├── subsequent:
            │   @ ElseNode (location: (5,28)-(5,31))
            │   ├── flags: ∅
            │   ├── else_keyword_loc: (5,28)-(5,29) = ":"
            │   ├── statements:
            │   │   @ StatementsNode (location: (5,30)-(5,31))
            │   │   ├── flags: ∅
            │   │   └── body: (length: 1)
            │   │       └── @ IntegerNode (location: (5,30)-(5,31))
            │   │           ├── flags: newline, static_literal, decimal
            │   │           └── value: 0
            │   └── end_keyword_loc: ∅
            └── end_keyword_loc: ∅
