@ ProgramNode (location: (1,0)-(6,3))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(6,3))
    ├── flags: ∅
    └── body: (length: 1)
        └── @ CaseMatchNode (location: (1,0)-(6,3))
            ├── flags: newline
            ├── predicate:
            │   @ ConstantReadNode (location: (1,5)-(1,10))
            │   ├── flags: ∅
            │   └── name: :Array
            ├── conditions: (length: 1)
            │   └── @ InNode (location: (2,0)-(3,4))
            │       ├── flags: ∅
            │       ├── pattern:
            │       │   @ ConstantReadNode (location: (2,3)-(2,8))
            │       │   ├── flags: ∅
            │       │   └── name: :Class
            │       ├── statements:
            │       │   @ StatementsNode (location: (3,2)-(3,4))
            │       │   ├── flags: ∅
            │       │   └── body: (length: 1)
            │       │       └── @ SymbolNode (location: (3,2)-(3,4))
            │       │           ├── flags: newline, static_literal, forced_us_ascii_encoding
            │       │           ├── opening_loc: (3,2)-(3,3) = ":"
            │       │           ├── value_loc: (3,3)-(3,4) = "b"
            │       │           ├── closing_loc: ∅
            │       │           └── unescaped: "b"
            │       ├── in_loc: (2,0)-(2,2) = "in"
            │       └── then_loc: ∅
            ├── else_clause:
            │   @ ElseNode (location: (4,0)-(6,3))
            │   ├── flags: ∅
            │   ├── else_keyword_loc: (4,0)-(4,4) = "else"
            │   ├── statements:
            │   │   @ StatementsNode (location: (5,2)-(5,4))
            │   │   ├── flags: ∅
            │   │   └── body: (length: 1)
            │   │       └── @ SymbolNode (location: (5,2)-(5,4))
            │   │           ├── flags: newline, static_literal, forced_us_ascii_encoding
            │   │           ├── opening_loc: (5,2)-(5,3) = ":"
            │   │           ├── value_loc: (5,3)-(5,4) = "c"
            │   │           ├── closing_loc: ∅
            │   │           └── unescaped: "c"
            │   └── end_keyword_loc: (6,0)-(6,3) = "end"
            ├── case_keyword_loc: (1,0)-(1,4) = "case"
            └── end_keyword_loc: (6,0)-(6,3) = "end"
