aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/block_args_opt1.txt
blob: b669c510bf766f5c023c096325ce2ebeeb108864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
@ ProgramNode (location: (0...24))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...24))
    └── body: (length: 1)
        └── @ CallNode (location: (0...24))
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── message_loc: (0...1) = "f"
            ├── opening_loc: ∅
            ├── arguments: ∅
            ├── closing_loc: ∅
            ├── block:
            │   @ BlockNode (location: (2...24))
            │   ├── locals: [:a, :b]
            │   ├── parameters:
            │   │   @ BlockParametersNode (location: (4...15))
            │   │   ├── parameters:
            │   │   │   @ ParametersNode (location: (5...14))
            │   │   │   ├── requireds: (length: 1)
            │   │   │   │   └── @ RequiredParameterNode (location: (5...6))
            │   │   │   │       └── name: :a
            │   │   │   ├── optionals: (length: 1)
            │   │   │   │   └── @ OptionalParameterNode (location: (8...14))
            │   │   │   │       ├── name: :b
            │   │   │   │       ├── name_loc: (8...9) = "b"
            │   │   │   │       ├── operator_loc: (10...11) = "="
            │   │   │   │       └── value:
            │   │   │   │           @ IntegerNode (location: (12...14))
            │   │   │   │           └── flags: decimal
            │   │   │   ├── posts: (length: 0)
            │   │   │   ├── rest: ∅
            │   │   │   ├── keywords: (length: 0)
            │   │   │   ├── keyword_rest: ∅
            │   │   │   └── block: ∅
            │   │   ├── locals: (length: 0)
            │   │   ├── opening_loc: (4...5) = "|"
            │   │   └── closing_loc: (14...15) = "|"
            │   ├── body:
            │   │   @ StatementsNode (location: (16...22))
            │   │   └── body: (length: 1)
            │   │       └── @ ArrayNode (location: (16...22))
            │   │           ├── elements: (length: 2)
            │   │           │   ├── @ LocalVariableReadNode (location: (17...18))
            │   │           │   │   ├── name: :a
            │   │           │   │   └── depth: 0
            │   │           │   └── @ LocalVariableReadNode (location: (20...21))
            │   │           │       ├── name: :b
            │   │           │       └── depth: 0
            │   │           ├── opening_loc: (16...17) = "["
            │   │           └── closing_loc: (21...22) = "]"
            │   ├── opening_loc: (2...3) = "{"
            │   └── closing_loc: (23...24) = "}"
            ├── flags: 
            └── name: "f"