@ ProgramNode (location: (1,0)-(63,21))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(63,21))
    └── body: (length: 31)
        ├── @ DefNode (location: (1,0)-(1,13))
        │   ├── name: :f
        │   ├── name_loc: (1,4)-(1,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (1,6)-(1,8))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (1,6)-(1,8))
        │   │       ├── name: :b
        │   │       ├── name_loc: (1,7)-(1,8) = "b"
        │   │       └── operator_loc: (1,6)-(1,7) = "&"
        │   ├── body: ∅
        │   ├── locals: [:b]
        │   ├── def_keyword_loc: (1,0)-(1,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (1,10)-(1,13) = "end"
        ├── @ DefNode (location: (3,0)-(3,18))
        │   ├── name: :f
        │   ├── name_loc: (3,4)-(3,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (3,7)-(3,12))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ MultiTargetNode (location: (3,7)-(3,12))
        │   │   │       ├── lefts: (length: 1)
        │   │   │       │   └── @ MultiTargetNode (location: (3,8)-(3,11))
        │   │   │       │       ├── lefts: (length: 1)
        │   │   │       │       │   └── @ RequiredParameterNode (location: (3,9)-(3,10))
        │   │   │       │       │       └── name: :a
        │   │   │       │       ├── rest: ∅
        │   │   │       │       ├── rights: (length: 0)
        │   │   │       │       ├── lparen_loc: (3,8)-(3,9) = "("
        │   │   │       │       └── rparen_loc: (3,10)-(3,11) = ")"
        │   │   │       ├── rest: ∅
        │   │   │       ├── rights: (length: 0)
        │   │   │       ├── lparen_loc: (3,7)-(3,8) = "("
        │   │   │       └── rparen_loc: (3,11)-(3,12) = ")"
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:a]
        │   ├── def_keyword_loc: (3,0)-(3,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (3,6)-(3,7) = "("
        │   ├── rparen_loc: (3,12)-(3,13) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (3,15)-(3,18) = "end"
        ├── @ DefNode (location: (5,0)-(5,16))
        │   ├── name: :f
        │   ├── name_loc: (5,4)-(5,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (5,7)-(5,10))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ MultiTargetNode (location: (5,7)-(5,10))
        │   │   │       ├── lefts: (length: 0)
        │   │   │       ├── rest:
        │   │   │       │   @ SplatNode (location: (5,8)-(5,9))
        │   │   │       │   ├── operator_loc: (5,8)-(5,9) = "*"
        │   │   │       │   └── expression: ∅
        │   │   │       ├── rights: (length: 0)
        │   │   │       ├── lparen_loc: (5,7)-(5,8) = "("
        │   │   │       └── rparen_loc: (5,9)-(5,10) = ")"
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: []
        │   ├── def_keyword_loc: (5,0)-(5,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (5,6)-(5,7) = "("
        │   ├── rparen_loc: (5,10)-(5,11) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (5,13)-(5,16) = "end"
        ├── @ DefNode (location: (7,0)-(7,19))
        │   ├── name: :f
        │   ├── name_loc: (7,4)-(7,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (7,7)-(7,13))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ MultiTargetNode (location: (7,7)-(7,13))
        │   │   │       ├── lefts: (length: 0)
        │   │   │       ├── rest:
        │   │   │       │   @ SplatNode (location: (7,8)-(7,9))
        │   │   │       │   ├── operator_loc: (7,8)-(7,9) = "*"
        │   │   │       │   └── expression: ∅
        │   │   │       ├── rights: (length: 1)
        │   │   │       │   └── @ RequiredParameterNode (location: (7,11)-(7,12))
        │   │   │       │       └── name: :p
        │   │   │       ├── lparen_loc: (7,7)-(7,8) = "("
        │   │   │       └── rparen_loc: (7,12)-(7,13) = ")"
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:p]
        │   ├── def_keyword_loc: (7,0)-(7,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (7,6)-(7,7) = "("
        │   ├── rparen_loc: (7,13)-(7,14) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (7,16)-(7,19) = "end"
        ├── @ DefNode (location: (9,0)-(9,17))
        │   ├── name: :f
        │   ├── name_loc: (9,4)-(9,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (9,7)-(9,11))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ MultiTargetNode (location: (9,7)-(9,11))
        │   │   │       ├── lefts: (length: 0)
        │   │   │       ├── rest:
        │   │   │       │   @ SplatNode (location: (9,8)-(9,10))
        │   │   │       │   ├── operator_loc: (9,8)-(9,9) = "*"
        │   │   │       │   └── expression:
        │   │   │       │       @ RequiredParameterNode (location: (9,9)-(9,10))
        │   │   │       │       └── name: :r
        │   │   │       ├── rights: (length: 0)
        │   │   │       ├── lparen_loc: (9,7)-(9,8) = "("
        │   │   │       └── rparen_loc: (9,10)-(9,11) = ")"
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:r]
        │   ├── def_keyword_loc: (9,0)-(9,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (9,6)-(9,7) = "("
        │   ├── rparen_loc: (9,11)-(9,12) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (9,14)-(9,17) = "end"
        ├── @ DefNode (location: (11,0)-(11,20))
        │   ├── name: :f
        │   ├── name_loc: (11,4)-(11,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (11,7)-(11,14))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ MultiTargetNode (location: (11,7)-(11,14))
        │   │   │       ├── lefts: (length: 0)
        │   │   │       ├── rest:
        │   │   │       │   @ SplatNode (location: (11,8)-(11,10))
        │   │   │       │   ├── operator_loc: (11,8)-(11,9) = "*"
        │   │   │       │   └── expression:
        │   │   │       │       @ RequiredParameterNode (location: (11,9)-(11,10))
        │   │   │       │       └── name: :r
        │   │   │       ├── rights: (length: 1)
        │   │   │       │   └── @ RequiredParameterNode (location: (11,12)-(11,13))
        │   │   │       │       └── name: :p
        │   │   │       ├── lparen_loc: (11,7)-(11,8) = "("
        │   │   │       └── rparen_loc: (11,13)-(11,14) = ")"
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:r, :p]
        │   ├── def_keyword_loc: (11,0)-(11,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (11,6)-(11,7) = "("
        │   ├── rparen_loc: (11,14)-(11,15) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (11,17)-(11,20) = "end"
        ├── @ DefNode (location: (13,0)-(13,19))
        │   ├── name: :f
        │   ├── name_loc: (13,4)-(13,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (13,7)-(13,13))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ MultiTargetNode (location: (13,7)-(13,13))
        │   │   │       ├── lefts: (length: 1)
        │   │   │       │   └── @ RequiredParameterNode (location: (13,8)-(13,9))
        │   │   │       │       └── name: :a
        │   │   │       ├── rest:
        │   │   │       │   @ SplatNode (location: (13,11)-(13,12))
        │   │   │       │   ├── operator_loc: (13,11)-(13,12) = "*"
        │   │   │       │   └── expression: ∅
        │   │   │       ├── rights: (length: 0)
        │   │   │       ├── lparen_loc: (13,7)-(13,8) = "("
        │   │   │       └── rparen_loc: (13,12)-(13,13) = ")"
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:a]
        │   ├── def_keyword_loc: (13,0)-(13,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (13,6)-(13,7) = "("
        │   ├── rparen_loc: (13,13)-(13,14) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (13,16)-(13,19) = "end"
        ├── @ DefNode (location: (15,0)-(15,22))
        │   ├── name: :f
        │   ├── name_loc: (15,4)-(15,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (15,7)-(15,16))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ MultiTargetNode (location: (15,7)-(15,16))
        │   │   │       ├── lefts: (length: 1)
        │   │   │       │   └── @ RequiredParameterNode (location: (15,8)-(15,9))
        │   │   │       │       └── name: :a
        │   │   │       ├── rest:
        │   │   │       │   @ SplatNode (location: (15,11)-(15,12))
        │   │   │       │   ├── operator_loc: (15,11)-(15,12) = "*"
        │   │   │       │   └── expression: ∅
        │   │   │       ├── rights: (length: 1)
        │   │   │       │   └── @ RequiredParameterNode (location: (15,14)-(15,15))
        │   │   │       │       └── name: :p
        │   │   │       ├── lparen_loc: (15,7)-(15,8) = "("
        │   │   │       └── rparen_loc: (15,15)-(15,16) = ")"
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:a, :p]
        │   ├── def_keyword_loc: (15,0)-(15,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (15,6)-(15,7) = "("
        │   ├── rparen_loc: (15,16)-(15,17) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (15,19)-(15,22) = "end"
        ├── @ DefNode (location: (17,0)-(17,20))
        │   ├── name: :f
        │   ├── name_loc: (17,4)-(17,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (17,7)-(17,14))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ MultiTargetNode (location: (17,7)-(17,14))
        │   │   │       ├── lefts: (length: 1)
        │   │   │       │   └── @ RequiredParameterNode (location: (17,8)-(17,9))
        │   │   │       │       └── name: :a
        │   │   │       ├── rest:
        │   │   │       │   @ SplatNode (location: (17,11)-(17,13))
        │   │   │       │   ├── operator_loc: (17,11)-(17,12) = "*"
        │   │   │       │   └── expression:
        │   │   │       │       @ RequiredParameterNode (location: (17,12)-(17,13))
        │   │   │       │       └── name: :r
        │   │   │       ├── rights: (length: 0)
        │   │   │       ├── lparen_loc: (17,7)-(17,8) = "("
        │   │   │       └── rparen_loc: (17,13)-(17,14) = ")"
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:a, :r]
        │   ├── def_keyword_loc: (17,0)-(17,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (17,6)-(17,7) = "("
        │   ├── rparen_loc: (17,14)-(17,15) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (17,17)-(17,20) = "end"
        ├── @ DefNode (location: (19,0)-(19,23))
        │   ├── name: :f
        │   ├── name_loc: (19,4)-(19,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (19,7)-(19,17))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ MultiTargetNode (location: (19,7)-(19,17))
        │   │   │       ├── lefts: (length: 1)
        │   │   │       │   └── @ RequiredParameterNode (location: (19,8)-(19,9))
        │   │   │       │       └── name: :a
        │   │   │       ├── rest:
        │   │   │       │   @ SplatNode (location: (19,11)-(19,13))
        │   │   │       │   ├── operator_loc: (19,11)-(19,12) = "*"
        │   │   │       │   └── expression:
        │   │   │       │       @ RequiredParameterNode (location: (19,12)-(19,13))
        │   │   │       │       └── name: :r
        │   │   │       ├── rights: (length: 1)
        │   │   │       │   └── @ RequiredParameterNode (location: (19,15)-(19,16))
        │   │   │       │       └── name: :p
        │   │   │       ├── lparen_loc: (19,7)-(19,8) = "("
        │   │   │       └── rparen_loc: (19,16)-(19,17) = ")"
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:a, :r, :p]
        │   ├── def_keyword_loc: (19,0)-(19,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (19,6)-(19,7) = "("
        │   ├── rparen_loc: (19,17)-(19,18) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (19,20)-(19,23) = "end"
        ├── @ DefNode (location: (21,0)-(21,20))
        │   ├── name: :f
        │   ├── name_loc: (21,4)-(21,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (21,7)-(21,14))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ MultiTargetNode (location: (21,7)-(21,14))
        │   │   │       ├── lefts: (length: 2)
        │   │   │       │   ├── @ RequiredParameterNode (location: (21,8)-(21,9))
        │   │   │       │   │   └── name: :a
        │   │   │       │   └── @ RequiredParameterNode (location: (21,11)-(21,13))
        │   │   │       │       └── name: :a1
        │   │   │       ├── rest: ∅
        │   │   │       ├── rights: (length: 0)
        │   │   │       ├── lparen_loc: (21,7)-(21,8) = "("
        │   │   │       └── rparen_loc: (21,13)-(21,14) = ")"
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:a, :a1]
        │   ├── def_keyword_loc: (21,0)-(21,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (21,6)-(21,7) = "("
        │   ├── rparen_loc: (21,14)-(21,15) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (21,17)-(21,20) = "end"
        ├── @ DefNode (location: (23,0)-(23,23))
        │   ├── name: :f
        │   ├── name_loc: (23,4)-(23,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (23,7)-(23,17))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 1)
        │   │   │   └── @ OptionalKeywordParameterNode (location: (23,7)-(23,13))
        │   │   │       ├── name: :foo
        │   │   │       ├── name_loc: (23,7)-(23,11) = "foo:"
        │   │   │       └── value:
        │   │   │           @ IntegerNode (location: (23,12)-(23,13))
        │   │   │           └── flags: decimal
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (23,15)-(23,17))
        │   │       ├── name: :b
        │   │       ├── name_loc: (23,16)-(23,17) = "b"
        │   │       └── operator_loc: (23,15)-(23,16) = "&"
        │   ├── body: ∅
        │   ├── locals: [:foo, :b]
        │   ├── def_keyword_loc: (23,0)-(23,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (23,6)-(23,7) = "("
        │   ├── rparen_loc: (23,17)-(23,18) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (23,20)-(23,23) = "end"
        ├── @ DefNode (location: (25,0)-(25,38))
        │   ├── name: :f
        │   ├── name_loc: (25,4)-(25,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (25,7)-(25,32))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 2)
        │   │   │   ├── @ OptionalKeywordParameterNode (location: (25,7)-(25,13))
        │   │   │   │   ├── name: :foo
        │   │   │   │   ├── name_loc: (25,7)-(25,11) = "foo:"
        │   │   │   │   └── value:
        │   │   │   │       @ IntegerNode (location: (25,12)-(25,13))
        │   │   │   │       └── flags: decimal
        │   │   │   └── @ OptionalKeywordParameterNode (location: (25,15)-(25,21))
        │   │   │       ├── name: :bar
        │   │   │       ├── name_loc: (25,15)-(25,19) = "bar:"
        │   │   │       └── value:
        │   │   │           @ IntegerNode (location: (25,20)-(25,21))
        │   │   │           └── flags: decimal
        │   │   ├── keyword_rest:
        │   │   │   @ KeywordRestParameterNode (location: (25,23)-(25,28))
        │   │   │   ├── name: :baz
        │   │   │   ├── name_loc: (25,25)-(25,28) = "baz"
        │   │   │   └── operator_loc: (25,23)-(25,25) = "**"
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (25,30)-(25,32))
        │   │       ├── name: :b
        │   │       ├── name_loc: (25,31)-(25,32) = "b"
        │   │       └── operator_loc: (25,30)-(25,31) = "&"
        │   ├── body: ∅
        │   ├── locals: [:foo, :bar, :baz, :b]
        │   ├── def_keyword_loc: (25,0)-(25,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: (25,6)-(25,7) = "("
        │   ├── rparen_loc: (25,32)-(25,33) = ")"
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (25,35)-(25,38) = "end"
        ├── @ DefNode (location: (27,0)-(27,20))
        │   ├── name: :f
        │   ├── name_loc: (27,4)-(27,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (27,6)-(27,15))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest:
        │   │   │   @ KeywordRestParameterNode (location: (27,6)-(27,11))
        │   │   │   ├── name: :baz
        │   │   │   ├── name_loc: (27,8)-(27,11) = "baz"
        │   │   │   └── operator_loc: (27,6)-(27,8) = "**"
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (27,13)-(27,15))
        │   │       ├── name: :b
        │   │       ├── name_loc: (27,14)-(27,15) = "b"
        │   │       └── operator_loc: (27,13)-(27,14) = "&"
        │   ├── body: ∅
        │   ├── locals: [:baz, :b]
        │   ├── def_keyword_loc: (27,0)-(27,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (27,17)-(27,20) = "end"
        ├── @ DefNode (location: (29,0)-(29,16))
        │   ├── name: :f
        │   ├── name_loc: (29,4)-(29,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (29,6)-(29,11))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest:
        │   │   │   @ RestParameterNode (location: (29,6)-(29,7))
        │   │   │   ├── name: ∅
        │   │   │   ├── name_loc: ∅
        │   │   │   └── operator_loc: (29,6)-(29,7) = "*"
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest:
        │   │   │   @ KeywordRestParameterNode (location: (29,9)-(29,11))
        │   │   │   ├── name: ∅
        │   │   │   ├── name_loc: ∅
        │   │   │   └── operator_loc: (29,9)-(29,11) = "**"
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:*, :**]
        │   ├── def_keyword_loc: (29,0)-(29,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (29,13)-(29,16) = "end"
        ├── @ DefNode (location: (31,0)-(31,17))
        │   ├── name: :f
        │   ├── name_loc: (31,4)-(31,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (31,6)-(31,12))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest:
        │   │   │   @ RestParameterNode (location: (31,6)-(31,8))
        │   │   │   ├── name: :r
        │   │   │   ├── name_loc: (31,7)-(31,8) = "r"
        │   │   │   └── operator_loc: (31,6)-(31,7) = "*"
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (31,10)-(31,12))
        │   │       ├── name: :b
        │   │       ├── name_loc: (31,11)-(31,12) = "b"
        │   │       └── operator_loc: (31,10)-(31,11) = "&"
        │   ├── body: ∅
        │   ├── locals: [:r, :b]
        │   ├── def_keyword_loc: (31,0)-(31,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (31,14)-(31,17) = "end"
        ├── @ DefNode (location: (33,0)-(33,20))
        │   ├── name: :f
        │   ├── name_loc: (33,4)-(33,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (33,6)-(33,15))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest:
        │   │   │   @ RestParameterNode (location: (33,6)-(33,8))
        │   │   │   ├── name: :r
        │   │   │   ├── name_loc: (33,7)-(33,8) = "r"
        │   │   │   └── operator_loc: (33,6)-(33,7) = "*"
        │   │   ├── posts: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (33,10)-(33,11))
        │   │   │       └── name: :p
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (33,13)-(33,15))
        │   │       ├── name: :b
        │   │       ├── name_loc: (33,14)-(33,15) = "b"
        │   │       └── operator_loc: (33,13)-(33,14) = "&"
        │   ├── body: ∅
        │   ├── locals: [:r, :p, :b]
        │   ├── def_keyword_loc: (33,0)-(33,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (33,17)-(33,20) = "end"
        ├── @ DefNode (location: (35,0)-(35,11))
        │   ├── name: :f
        │   ├── name_loc: (35,4)-(35,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters: ∅
        │   ├── body: ∅
        │   ├── locals: []
        │   ├── def_keyword_loc: (35,0)-(35,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (35,8)-(35,11) = "end"
        ├── @ DefNode (location: (37,0)-(37,16))
        │   ├── name: :f
        │   ├── name_loc: (37,4)-(37,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (37,6)-(37,11))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (37,6)-(37,7))
        │   │   │       └── name: :a
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (37,9)-(37,11))
        │   │       ├── name: :b
        │   │       ├── name_loc: (37,10)-(37,11) = "b"
        │   │       └── operator_loc: (37,9)-(37,10) = "&"
        │   ├── body: ∅
        │   ├── locals: [:a, :b]
        │   ├── def_keyword_loc: (37,0)-(37,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (37,13)-(37,16) = "end"
        ├── @ DefNode (location: (39,0)-(39,20))
        │   ├── name: :f
        │   ├── name_loc: (39,4)-(39,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (39,6)-(39,15))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (39,6)-(39,7))
        │   │   │       └── name: :a
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest:
        │   │   │   @ RestParameterNode (location: (39,9)-(39,11))
        │   │   │   ├── name: :r
        │   │   │   ├── name_loc: (39,10)-(39,11) = "r"
        │   │   │   └── operator_loc: (39,9)-(39,10) = "*"
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (39,13)-(39,15))
        │   │       ├── name: :b
        │   │       ├── name_loc: (39,14)-(39,15) = "b"
        │   │       └── operator_loc: (39,13)-(39,14) = "&"
        │   ├── body: ∅
        │   ├── locals: [:a, :r, :b]
        │   ├── def_keyword_loc: (39,0)-(39,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (39,17)-(39,20) = "end"
        ├── @ DefNode (location: (41,0)-(41,23))
        │   ├── name: :f
        │   ├── name_loc: (41,4)-(41,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (41,6)-(41,18))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (41,6)-(41,7))
        │   │   │       └── name: :a
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest:
        │   │   │   @ RestParameterNode (location: (41,9)-(41,11))
        │   │   │   ├── name: :r
        │   │   │   ├── name_loc: (41,10)-(41,11) = "r"
        │   │   │   └── operator_loc: (41,9)-(41,10) = "*"
        │   │   ├── posts: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (41,13)-(41,14))
        │   │   │       └── name: :p
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (41,16)-(41,18))
        │   │       ├── name: :b
        │   │       ├── name_loc: (41,17)-(41,18) = "b"
        │   │       └── operator_loc: (41,16)-(41,17) = "&"
        │   ├── body: ∅
        │   ├── locals: [:a, :r, :p, :b]
        │   ├── def_keyword_loc: (41,0)-(41,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (41,20)-(41,23) = "end"
        ├── @ DefNode (location: (43,0)-(43,21))
        │   ├── name: :f
        │   ├── name_loc: (43,4)-(43,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (43,6)-(43,16))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (43,6)-(43,7))
        │   │   │       └── name: :a
        │   │   ├── optionals: (length: 1)
        │   │   │   └── @ OptionalParameterNode (location: (43,9)-(43,12))
        │   │   │       ├── name: :o
        │   │   │       ├── name_loc: (43,9)-(43,10) = "o"
        │   │   │       ├── operator_loc: (43,10)-(43,11) = "="
        │   │   │       └── value:
        │   │   │           @ IntegerNode (location: (43,11)-(43,12))
        │   │   │           └── flags: decimal
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (43,14)-(43,16))
        │   │       ├── name: :b
        │   │       ├── name_loc: (43,15)-(43,16) = "b"
        │   │       └── operator_loc: (43,14)-(43,15) = "&"
        │   ├── body: ∅
        │   ├── locals: [:a, :o, :b]
        │   ├── def_keyword_loc: (43,0)-(43,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (43,18)-(43,21) = "end"
        ├── @ DefNode (location: (45,0)-(45,25))
        │   ├── name: :f
        │   ├── name_loc: (45,4)-(45,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (45,6)-(45,20))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (45,6)-(45,7))
        │   │   │       └── name: :a
        │   │   ├── optionals: (length: 1)
        │   │   │   └── @ OptionalParameterNode (location: (45,9)-(45,12))
        │   │   │       ├── name: :o
        │   │   │       ├── name_loc: (45,9)-(45,10) = "o"
        │   │   │       ├── operator_loc: (45,10)-(45,11) = "="
        │   │   │       └── value:
        │   │   │           @ IntegerNode (location: (45,11)-(45,12))
        │   │   │           └── flags: decimal
        │   │   ├── rest:
        │   │   │   @ RestParameterNode (location: (45,14)-(45,16))
        │   │   │   ├── name: :r
        │   │   │   ├── name_loc: (45,15)-(45,16) = "r"
        │   │   │   └── operator_loc: (45,14)-(45,15) = "*"
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (45,18)-(45,20))
        │   │       ├── name: :b
        │   │       ├── name_loc: (45,19)-(45,20) = "b"
        │   │       └── operator_loc: (45,18)-(45,19) = "&"
        │   ├── body: ∅
        │   ├── locals: [:a, :o, :r, :b]
        │   ├── def_keyword_loc: (45,0)-(45,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (45,22)-(45,25) = "end"
        ├── @ DefNode (location: (47,0)-(47,28))
        │   ├── name: :f
        │   ├── name_loc: (47,4)-(47,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (47,6)-(47,23))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (47,6)-(47,7))
        │   │   │       └── name: :a
        │   │   ├── optionals: (length: 1)
        │   │   │   └── @ OptionalParameterNode (location: (47,9)-(47,12))
        │   │   │       ├── name: :o
        │   │   │       ├── name_loc: (47,9)-(47,10) = "o"
        │   │   │       ├── operator_loc: (47,10)-(47,11) = "="
        │   │   │       └── value:
        │   │   │           @ IntegerNode (location: (47,11)-(47,12))
        │   │   │           └── flags: decimal
        │   │   ├── rest:
        │   │   │   @ RestParameterNode (location: (47,14)-(47,16))
        │   │   │   ├── name: :r
        │   │   │   ├── name_loc: (47,15)-(47,16) = "r"
        │   │   │   └── operator_loc: (47,14)-(47,15) = "*"
        │   │   ├── posts: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (47,18)-(47,19))
        │   │   │       └── name: :p
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (47,21)-(47,23))
        │   │       ├── name: :b
        │   │       ├── name_loc: (47,22)-(47,23) = "b"
        │   │       └── operator_loc: (47,21)-(47,22) = "&"
        │   ├── body: ∅
        │   ├── locals: [:a, :o, :r, :p, :b]
        │   ├── def_keyword_loc: (47,0)-(47,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (47,25)-(47,28) = "end"
        ├── @ DefNode (location: (49,0)-(49,24))
        │   ├── name: :f
        │   ├── name_loc: (49,4)-(49,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (49,6)-(49,19))
        │   │   ├── requireds: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (49,6)-(49,7))
        │   │   │       └── name: :a
        │   │   ├── optionals: (length: 1)
        │   │   │   └── @ OptionalParameterNode (location: (49,9)-(49,12))
        │   │   │       ├── name: :o
        │   │   │       ├── name_loc: (49,9)-(49,10) = "o"
        │   │   │       ├── operator_loc: (49,10)-(49,11) = "="
        │   │   │       └── value:
        │   │   │           @ IntegerNode (location: (49,11)-(49,12))
        │   │   │           └── flags: decimal
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (49,14)-(49,15))
        │   │   │       └── name: :p
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (49,17)-(49,19))
        │   │       ├── name: :b
        │   │       ├── name_loc: (49,18)-(49,19) = "b"
        │   │       └── operator_loc: (49,17)-(49,18) = "&"
        │   ├── body: ∅
        │   ├── locals: [:a, :o, :p, :b]
        │   ├── def_keyword_loc: (49,0)-(49,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (49,21)-(49,24) = "end"
        ├── @ DefNode (location: (51,0)-(52,5))
        │   ├── name: :f
        │   ├── name_loc: (51,4)-(51,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (51,6)-(51,10))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 1)
        │   │   │   └── @ RequiredKeywordParameterNode (location: (51,6)-(51,10))
        │   │   │       ├── name: :foo
        │   │   │       └── name_loc: (51,6)-(51,10) = "foo:"
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:foo]
        │   ├── def_keyword_loc: (51,0)-(51,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (52,2)-(52,5) = "end"
        ├── @ DefNode (location: (54,0)-(55,5))
        │   ├── name: :f
        │   ├── name_loc: (54,4)-(54,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (54,6)-(54,13))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 0)
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 1)
        │   │   │   └── @ OptionalKeywordParameterNode (location: (54,6)-(54,13))
        │   │   │       ├── name: :foo
        │   │   │       ├── name_loc: (54,6)-(54,10) = "foo:"
        │   │   │       └── value:
        │   │   │           @ IntegerNode (location: (54,11)-(54,13))
        │   │   │           └── flags: decimal
        │   │   ├── keyword_rest: ∅
        │   │   └── block: ∅
        │   ├── body: ∅
        │   ├── locals: [:foo]
        │   ├── def_keyword_loc: (54,0)-(54,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (55,2)-(55,5) = "end"
        ├── @ DefNode (location: (57,0)-(57,18))
        │   ├── name: :f
        │   ├── name_loc: (57,4)-(57,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (57,6)-(57,13))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 1)
        │   │   │   └── @ OptionalParameterNode (location: (57,6)-(57,9))
        │   │   │       ├── name: :o
        │   │   │       ├── name_loc: (57,6)-(57,7) = "o"
        │   │   │       ├── operator_loc: (57,7)-(57,8) = "="
        │   │   │       └── value:
        │   │   │           @ IntegerNode (location: (57,8)-(57,9))
        │   │   │           └── flags: decimal
        │   │   ├── rest: ∅
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (57,11)-(57,13))
        │   │       ├── name: :b
        │   │       ├── name_loc: (57,12)-(57,13) = "b"
        │   │       └── operator_loc: (57,11)-(57,12) = "&"
        │   ├── body: ∅
        │   ├── locals: [:o, :b]
        │   ├── def_keyword_loc: (57,0)-(57,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (57,15)-(57,18) = "end"
        ├── @ DefNode (location: (59,0)-(59,22))
        │   ├── name: :f
        │   ├── name_loc: (59,4)-(59,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (59,6)-(59,17))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 1)
        │   │   │   └── @ OptionalParameterNode (location: (59,6)-(59,9))
        │   │   │       ├── name: :o
        │   │   │       ├── name_loc: (59,6)-(59,7) = "o"
        │   │   │       ├── operator_loc: (59,7)-(59,8) = "="
        │   │   │       └── value:
        │   │   │           @ IntegerNode (location: (59,8)-(59,9))
        │   │   │           └── flags: decimal
        │   │   ├── rest:
        │   │   │   @ RestParameterNode (location: (59,11)-(59,13))
        │   │   │   ├── name: :r
        │   │   │   ├── name_loc: (59,12)-(59,13) = "r"
        │   │   │   └── operator_loc: (59,11)-(59,12) = "*"
        │   │   ├── posts: (length: 0)
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (59,15)-(59,17))
        │   │       ├── name: :b
        │   │       ├── name_loc: (59,16)-(59,17) = "b"
        │   │       └── operator_loc: (59,15)-(59,16) = "&"
        │   ├── body: ∅
        │   ├── locals: [:o, :r, :b]
        │   ├── def_keyword_loc: (59,0)-(59,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (59,19)-(59,22) = "end"
        ├── @ DefNode (location: (61,0)-(61,25))
        │   ├── name: :f
        │   ├── name_loc: (61,4)-(61,5) = "f"
        │   ├── receiver: ∅
        │   ├── parameters:
        │   │   @ ParametersNode (location: (61,6)-(61,20))
        │   │   ├── requireds: (length: 0)
        │   │   ├── optionals: (length: 1)
        │   │   │   └── @ OptionalParameterNode (location: (61,6)-(61,9))
        │   │   │       ├── name: :o
        │   │   │       ├── name_loc: (61,6)-(61,7) = "o"
        │   │   │       ├── operator_loc: (61,7)-(61,8) = "="
        │   │   │       └── value:
        │   │   │           @ IntegerNode (location: (61,8)-(61,9))
        │   │   │           └── flags: decimal
        │   │   ├── rest:
        │   │   │   @ RestParameterNode (location: (61,11)-(61,13))
        │   │   │   ├── name: :r
        │   │   │   ├── name_loc: (61,12)-(61,13) = "r"
        │   │   │   └── operator_loc: (61,11)-(61,12) = "*"
        │   │   ├── posts: (length: 1)
        │   │   │   └── @ RequiredParameterNode (location: (61,15)-(61,16))
        │   │   │       └── name: :p
        │   │   ├── keywords: (length: 0)
        │   │   ├── keyword_rest: ∅
        │   │   └── block:
        │   │       @ BlockParameterNode (location: (61,18)-(61,20))
        │   │       ├── name: :b
        │   │       ├── name_loc: (61,19)-(61,20) = "b"
        │   │       └── operator_loc: (61,18)-(61,19) = "&"
        │   ├── body: ∅
        │   ├── locals: [:o, :r, :p, :b]
        │   ├── def_keyword_loc: (61,0)-(61,3) = "def"
        │   ├── operator_loc: ∅
        │   ├── lparen_loc: ∅
        │   ├── rparen_loc: ∅
        │   ├── equal_loc: ∅
        │   └── end_keyword_loc: (61,22)-(61,25) = "end"
        └── @ DefNode (location: (63,0)-(63,21))
            ├── name: :f
            ├── name_loc: (63,4)-(63,5) = "f"
            ├── receiver: ∅
            ├── parameters:
            │   @ ParametersNode (location: (63,6)-(63,16))
            │   ├── requireds: (length: 0)
            │   ├── optionals: (length: 1)
            │   │   └── @ OptionalParameterNode (location: (63,6)-(63,9))
            │   │       ├── name: :o
            │   │       ├── name_loc: (63,6)-(63,7) = "o"
            │   │       ├── operator_loc: (63,7)-(63,8) = "="
            │   │       └── value:
            │   │           @ IntegerNode (location: (63,8)-(63,9))
            │   │           └── flags: decimal
            │   ├── rest: ∅
            │   ├── posts: (length: 1)
            │   │   └── @ RequiredParameterNode (location: (63,11)-(63,12))
            │   │       └── name: :p
            │   ├── keywords: (length: 0)
            │   ├── keyword_rest: ∅
            │   └── block:
            │       @ BlockParameterNode (location: (63,14)-(63,16))
            │       ├── name: :b
            │       ├── name_loc: (63,15)-(63,16) = "b"
            │       └── operator_loc: (63,14)-(63,15) = "&"
            ├── body: ∅
            ├── locals: [:o, :p, :b]
            ├── def_keyword_loc: (63,0)-(63,3) = "def"
            ├── operator_loc: ∅
            ├── lparen_loc: ∅
            ├── rparen_loc: ∅
            ├── equal_loc: ∅
            └── end_keyword_loc: (63,18)-(63,21) = "end"
