@ ProgramNode (location: (0...27))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...27))
    └── body: (length: 1)
        └── @ ReturnNode (location: (0...27))
            ├── keyword_loc: (0...6) = "return"
            └── arguments:
                @ ArgumentsNode (location: (7...27))
                └── arguments: (length: 1)
                    └── @ CallNode (location: (7...27))
                        ├── receiver: ∅
                        ├── call_operator_loc: ∅
                        ├── message_loc: (7...10) = "foo"
                        ├── opening_loc: ∅
                        ├── arguments:
                        │   @ ArgumentsNode (location: (11...14))
                        │   └── arguments: (length: 1)
                        │       └── @ CallNode (location: (11...14))
                        │           ├── receiver: ∅
                        │           ├── call_operator_loc: ∅
                        │           ├── message_loc: (11...14) = "arg"
                        │           ├── opening_loc: ∅
                        │           ├── arguments: ∅
                        │           ├── closing_loc: ∅
                        │           ├── block: ∅
                        │           ├── flags: variable_call
                        │           └── name: "arg"
                        ├── closing_loc: ∅
                        ├── block:
                        │   @ BlockNode (location: (15...27))
                        │   ├── locals: [:bar]
                        │   ├── parameters:
                        │   │   @ BlockParametersNode (location: (18...23))
                        │   │   ├── parameters:
                        │   │   │   @ ParametersNode (location: (19...22))
                        │   │   │   ├── requireds: (length: 1)
                        │   │   │   │   └── @ RequiredParameterNode (location: (19...22))
                        │   │   │   │       └── name: :bar
                        │   │   │   ├── optionals: (length: 0)
                        │   │   │   ├── rest: ∅
                        │   │   │   ├── posts: (length: 0)
                        │   │   │   ├── keywords: (length: 0)
                        │   │   │   ├── keyword_rest: ∅
                        │   │   │   └── block: ∅
                        │   │   ├── locals: (length: 0)
                        │   │   ├── opening_loc: (18...19) = "|"
                        │   │   └── closing_loc: (22...23) = "|"
                        │   ├── body: ∅
                        │   ├── opening_loc: (15...17) = "do"
                        │   └── closing_loc: (24...27) = "end"
                        ├── flags: ∅
                        └── name: "foo"
