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
symbols:
- kind: "class"
symbol_kind: "class"
name_field: "name"
method_when_scoped: false
is_scope: true
special: null
- kind: "module"
symbol_kind: "module"
name_field: "name"
method_when_scoped: false
is_scope: true
special: null
- kind: "method"
symbol_kind: "method"
name_field: "name"
method_when_scoped: false
is_scope: false
special: null
- kind: "singleton_method"
symbol_kind: "method"
name_field: "name"
method_when_scoped: false
is_scope: false
special: null
- kind: "assignment"
symbol_kind: "constant"
name_field: "left"
method_when_scoped: false
is_scope: false
special: "ruby_constant_assignment"
scope_containers:
- kind: "class"
name_field: "name"
body_field: "body"
is_method_scope: true
- kind: "module"
name_field: "name"
body_field: "body"
is_method_scope: true
unwrap_nodes: