@ ProgramNode (location: (1,0)-(1,41))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,41))
    └── body: (length: 1)
        └── @ DefNode (location: (1,0)-(1,41))
            ├── name: :foo
            ├── name_loc: (1,4)-(1,7) = "foo"
            ├── receiver: ∅
            ├── parameters:
            │   @ ParametersNode (location: (1,8)-(1,10))
            │   ├── requireds: (length: 0)
            │   ├── optionals: (length: 0)
            │   ├── rest: ∅
            │   ├── posts: (length: 0)
            │   ├── keywords: (length: 0)
            │   ├── keyword_rest:
            │   │   @ KeywordRestParameterNode (location: (1,8)-(1,10))
            │   │   ├── name: ∅
            │   │   ├── name_loc: ∅
            │   │   └── operator_loc: (1,8)-(1,10) = "**"
            │   └── block: ∅
            ├── body:
            │   @ StatementsNode (location: (1,13)-(1,36))
            │   └── body: (length: 1)
            │       └── @ CallNode (location: (1,13)-(1,36))
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── message_loc: (1,13)-(1,16) = "bar"
            │           ├── opening_loc: (1,16)-(1,17) = "("
            │           ├── arguments:
            │           │   @ ArgumentsNode (location: (1,17)-(1,35))
            │           │   ├── arguments: (length: 1)
            │           │   │   └── @ KeywordHashNode (location: (1,17)-(1,35))
            │           │   │       └── elements: (length: 2)
            │           │   │           ├── @ AssocSplatNode (location: (1,17)-(1,19))
            │           │   │           │   ├── value: ∅
            │           │   │           │   └── operator_loc: (1,17)-(1,19) = "**"
            │           │   │           └── @ AssocNode (location: (1,21)-(1,35))
            │           │   │               ├── key:
            │           │   │               │   @ SymbolNode (location: (1,21)-(1,30))
            │           │   │               │   ├── opening_loc: ∅
            │           │   │               │   ├── value_loc: (1,21)-(1,29) = "from_foo"
            │           │   │               │   ├── closing_loc: (1,29)-(1,30) = ":"
            │           │   │               │   └── unescaped: "from_foo"
            │           │   │               ├── value:
            │           │   │               │   @ TrueNode (location: (1,31)-(1,35))
            │           │   │               └── operator_loc: ∅
            │           │   └── flags: keyword_splat
            │           ├── closing_loc: (1,35)-(1,36) = ")"
            │           ├── block: ∅
            │           ├── flags: ∅
            │           └── name: :bar
            ├── locals: [:**]
            ├── def_keyword_loc: (1,0)-(1,3) = "def"
            ├── operator_loc: ∅
            ├── lparen_loc: (1,7)-(1,8) = "("
            ├── rparen_loc: (1,10)-(1,11) = ")"
            ├── equal_loc: ∅
            └── end_keyword_loc: (1,38)-(1,41) = "end"
