@ ProgramNode (location: (1,0)-(3,20)) ├── locals: [] └── statements: @ StatementsNode (location: (1,0)-(3,20)) └── body: (length: 2) ├── @ DefNode (location: (1,0)-(1,15)) │ ├── name: :f │ ├── name_loc: (1,4)-(1,5) = "f" │ ├── receiver: ∅ │ ├── parameters: │ │ @ ParametersNode (location: (1,6)-(1,9)) │ │ ├── requireds: (length: 1) │ │ │ └── @ RequiredParameterNode (location: (1,6)-(1,9)) │ │ │ ├── flags: ∅ │ │ │ └── name: :foo │ │ ├── optionals: (length: 0) │ │ ├── rest: ∅ │ │ ├── posts: (length: 0) │ │ ├── keywords: (length: 0) │ │ ├── keyword_rest: ∅ │ │ └── block: ∅ │ ├── body: ∅ │ ├── locals: [:foo] │ ├── def_keyword_loc: (1,0)-(1,3) = "def" │ ├── operator_loc: ∅ │ ├── lparen_loc: (1,5)-(1,6) = "(" │ ├── rparen_loc: (1,9)-(1,10) = ")" │ ├── equal_loc: ∅ │ └── end_keyword_loc: (1,12)-(1,15) = "end" └── @ DefNode (location: (3,0)-(3,20)) ├── name: :f ├── name_loc: (3,4)-(3,5) = "f" ├── receiver: ∅ ├── parameters: │ @ ParametersNode (location: (3,6)-(3,14)) │ ├── requireds: (length: 2) │ │ ├── @ RequiredParameterNode (location: (3,6)-(3,9)) │ │ │ ├── flags: ∅ │ │ │ └── name: :foo │ │ └── @ RequiredParameterNode (location: (3,11)-(3,14)) │ │ ├── flags: ∅ │ │ └── name: :bar │ ├── optionals: (length: 0) │ ├── rest: ∅ │ ├── posts: (length: 0) │ ├── keywords: (length: 0) │ ├── keyword_rest: ∅ │ └── block: ∅ ├── body: ∅ ├── locals: [:foo, :bar] ├── def_keyword_loc: (3,0)-(3,3) = "def" ├── operator_loc: ∅ ├── lparen_loc: (3,5)-(3,6) = "(" ├── rparen_loc: (3,14)-(3,15) = ")" ├── equal_loc: ∅ └── end_keyword_loc: (3,17)-(3,20) = "end"