@ ProgramNode (location: (6...77))
├── locals: []
└── statements:
    @ StatementsNode (location: (6...77))
    └── body: (length: 1)
        └── @ DefNode (location: (6...77))
            ├── name: :blah
            ├── name_loc: (10...14) = "blah"
            ├── receiver: ∅
            ├── parameters: ∅
            ├── body:
            │   @ StatementsNode (location: (23...67))
            │   └── body: (length: 1)
            │       └── @ IfNode (location: (23...67))
            │           ├── if_keyword_loc: (23...25) = "if"
            │           ├── predicate:
            │           │   @ TrueNode (location: (26...30))
            │           ├── statements:
            │           │   @ StatementsNode (location: (46...55))
            │           │   └── body: (length: 1)
            │           │       └── @ ReturnNode (location: (46...55))
            │           │           ├── keyword_loc: (46...52) = "return"
            │           │           └── arguments:
            │           │               @ ArgumentsNode (location: (53...55))
            │           │               └── arguments: (length: 1)
            │           │                   └── @ IntegerNode (location: (53...55))
            │           │                       └── flags: decimal
            │           ├── consequent: ∅
            │           └── end_keyword_loc: (64...67) = "end"
            ├── locals: []
            ├── def_keyword_loc: (6...9) = "def"
            ├── operator_loc: ∅
            ├── lparen_loc: ∅
            ├── rparen_loc: ∅
            ├── equal_loc: ∅
            └── end_keyword_loc: (74...77) = "end"
