@ ProgramNode (location: (1,0)-(11,14)) ├── locals: [] └── statements: @ StatementsNode (location: (1,0)-(11,14)) └── body: (length: 6) ├── @ DefNode (location: (1,0)-(1,14)) │ ├── name: :BEGIN │ ├── name_loc: (1,4)-(1,9) = "BEGIN" │ ├── receiver: ∅ │ ├── parameters: ∅ │ ├── body: ∅ │ ├── locals: [] │ ├── def_keyword_loc: (1,0)-(1,3) = "def" │ ├── operator_loc: ∅ │ ├── lparen_loc: ∅ │ ├── rparen_loc: ∅ │ ├── equal_loc: ∅ │ └── end_keyword_loc: (1,11)-(1,14) = "end" ├── @ DefNode (location: (3,0)-(3,12)) │ ├── name: :END │ ├── name_loc: (3,4)-(3,7) = "END" │ ├── receiver: ∅ │ ├── parameters: ∅ │ ├── body: ∅ │ ├── locals: [] │ ├── def_keyword_loc: (3,0)-(3,3) = "def" │ ├── operator_loc: ∅ │ ├── lparen_loc: ∅ │ ├── rparen_loc: ∅ │ ├── equal_loc: ∅ │ └── end_keyword_loc: (3,9)-(3,12) = "end" ├── @ DefNode (location: (5,0)-(5,15)) │ ├── name: :String │ ├── name_loc: (5,4)-(5,10) = "String" │ ├── receiver: ∅ │ ├── parameters: ∅ │ ├── body: ∅ │ ├── locals: [] │ ├── def_keyword_loc: (5,0)-(5,3) = "def" │ ├── operator_loc: ∅ │ ├── lparen_loc: ∅ │ ├── rparen_loc: ∅ │ ├── equal_loc: ∅ │ └── end_keyword_loc: (5,12)-(5,15) = "end" ├── @ DefNode (location: (7,0)-(7,16)) │ ├── name: :String= │ ├── name_loc: (7,4)-(7,11) = "String=" │ ├── receiver: ∅ │ ├── parameters: ∅ │ ├── body: ∅ │ ├── locals: [] │ ├── def_keyword_loc: (7,0)-(7,3) = "def" │ ├── operator_loc: ∅ │ ├── lparen_loc: ∅ │ ├── rparen_loc: ∅ │ ├── equal_loc: ∅ │ └── end_keyword_loc: (7,13)-(7,16) = "end" ├── @ DefNode (location: (9,0)-(9,12)) │ ├── name: :foo │ ├── name_loc: (9,4)-(9,7) = "foo" │ ├── receiver: ∅ │ ├── parameters: ∅ │ ├── body: ∅ │ ├── locals: [] │ ├── def_keyword_loc: (9,0)-(9,3) = "def" │ ├── operator_loc: ∅ │ ├── lparen_loc: ∅ │ ├── rparen_loc: ∅ │ ├── equal_loc: ∅ │ └── end_keyword_loc: (9,9)-(9,12) = "end" └── @ DefNode (location: (11,0)-(11,14)) ├── name: :until ├── name_loc: (11,4)-(11,9) = "until" ├── receiver: ∅ ├── parameters: ∅ ├── body: ∅ ├── locals: [] ├── def_keyword_loc: (11,0)-(11,3) = "def" ├── operator_loc: ∅ ├── lparen_loc: ∅ ├── rparen_loc: ∅ ├── equal_loc: ∅ └── end_keyword_loc: (11,11)-(11,14) = "end"