@ ProgramNode (location: (1,0)-(1,45)) ├── locals: [] └── statements: @ StatementsNode (location: (1,0)-(1,45)) └── body: (length: 1) └── @ DefNode (location: (1,0)-(1,45)) ├── name: :test ├── name_loc: (1,4)-(1,8) = "test" ├── receiver: ∅ ├── parameters: │ @ ParametersNode (location: (1,9)-(1,18)) │ ├── requireds: (length: 0) │ ├── optionals: (length: 0) │ ├── rest: ∅ │ ├── posts: (length: 0) │ ├── keywords: (length: 0) │ ├── keyword_rest: │ │ @ KeywordRestParameterNode (location: (1,9)-(1,18)) │ │ ├── flags: ∅ │ │ ├── name: :testing │ │ ├── name_loc: (1,11)-(1,18) = "testing" │ │ └── operator_loc: (1,9)-(1,11) = "**" │ └── block: ∅ ├── body: │ @ StatementsNode (location: (1,20)-(1,41)) │ └── body: (length: 1) │ └── @ CallNode (location: (1,20)-(1,41)) │ ├── flags: ignore_visibility │ ├── receiver: ∅ │ ├── call_operator_loc: ∅ │ ├── name: :test_splat │ ├── message_loc: (1,20)-(1,30) = "test_splat" │ ├── opening_loc: (1,30)-(1,31) = "(" │ ├── arguments: │ │ @ ArgumentsNode (location: (1,31)-(1,40)) │ │ ├── flags: contains_keyword_splat │ │ └── arguments: (length: 1) │ │ └── @ KeywordHashNode (location: (1,31)-(1,40)) │ │ ├── flags: ∅ │ │ └── elements: (length: 1) │ │ └── @ AssocSplatNode (location: (1,31)-(1,40)) │ │ ├── value: │ │ │ @ LocalVariableReadNode (location: (1,33)-(1,40)) │ │ │ ├── name: :testing │ │ │ └── depth: 0 │ │ └── operator_loc: (1,31)-(1,33) = "**" │ ├── closing_loc: (1,40)-(1,41) = ")" │ └── block: ∅ ├── locals: [:testing] ├── def_keyword_loc: (1,0)-(1,3) = "def" ├── operator_loc: ∅ ├── lparen_loc: (1,8)-(1,9) = "(" ├── rparen_loc: (1,18)-(1,19) = ")" ├── equal_loc: ∅ └── end_keyword_loc: (1,42)-(1,45) = "end"