@ ProgramNode (location: (0...13))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...13))
    └── body: (length: 1)
        └── @ DefNode (location: (0...13))
            ├── name: :f
            ├── name_loc: (4...5) = "f"
            ├── receiver: ∅
            ├── parameters:
            │   @ ParametersNode (location: (6...7))
            │   ├── requireds: (length: 0)
            │   ├── optionals: (length: 0)
            │   ├── rest:
            │   │   @ RestParameterNode (location: (6...7))
            │   │   ├── name: nil
            │   │   ├── name_loc: ∅
            │   │   └── operator_loc: (6...7) = "*"
            │   ├── posts: (length: 0)
            │   ├── keywords: (length: 0)
            │   ├── keyword_rest: ∅
            │   └── block: ∅
            ├── body: ∅
            ├── locals: [:*]
            ├── def_keyword_loc: (0...3) = "def"
            ├── operator_loc: ∅
            ├── lparen_loc: (5...6) = "("
            ├── rparen_loc: (7...8) = ")"
            ├── equal_loc: ∅
            └── end_keyword_loc: (10...13) = "end"
