@ ProgramNode (location: (19...71))
├── locals: []
└── statements:
    @ StatementsNode (location: (19...71))
    └── body: (length: 1)
        └── @ ClassNode (location: (19...71))
            ├── locals: []
            ├── class_keyword_loc: (19...24) = "class"
            ├── constant_path:
            │   @ ConstantReadNode (location: (25...26))
            │   └── name: :X
            ├── inheritance_operator_loc: ∅
            ├── superclass: ∅
            ├── body:
            │   @ StatementsNode (location: (40...67))
            │   └── body: (length: 1)
            │       └── @ DefNode (location: (40...67))
            │           ├── name: :blah
            │           ├── name_loc: (44...48) = "blah"
            │           ├── receiver: ∅
            │           ├── parameters: ∅
            │           ├── body: ∅
            │           ├── locals: []
            │           ├── def_keyword_loc: (40...43) = "def"
            │           ├── operator_loc: ∅
            │           ├── lparen_loc: ∅
            │           ├── rparen_loc: ∅
            │           ├── equal_loc: ∅
            │           └── end_keyword_loc: (64...67) = "end"
            ├── end_keyword_loc: (68...71) = "end"
            └── name: :X
