@@ -38,6 +38,10 @@ rbiTypes
38
38
| test_types.rb:49:32:49:37 | String |
39
39
| test_types.rb:49:40:49:45 | Symbol |
40
40
| test_types.rb:49:57:49:62 | String |
41
+ | test_types.rb:52:23:52:23 | T |
42
+ | test_types.rb:52:23:52:32 | Boolean |
43
+ | test_types.rb:52:43:52:43 | T |
44
+ | test_types.rb:52:43:52:52 | Boolean |
41
45
unionTypes
42
46
| test_types.rb:49:26:49:46 | call to any | test_types.rb:49:32:49:37 | String |
43
47
| test_types.rb:49:26:49:46 | call to any | test_types.rb:49:40:49:45 | Symbol |
@@ -61,6 +65,7 @@ signatureCalls
61
65
| test_types.rb:38:14:38:19 | call to proc | String |
62
66
| test_types.rb:43:3:43:58 | call to sig | (void) |
63
67
| test_types.rb:49:3:49:65 | call to sig | String |
68
+ | test_types.rb:52:3:52:55 | call to sig | Boolean |
64
69
paramsCalls
65
70
| test_types.rb:10:9:10:38 | call to params |
66
71
| test_types.rb:13:9:13:26 | call to params |
@@ -71,6 +76,7 @@ paramsCalls
71
76
| test_types.rb:43:9:43:51 | call to params |
72
77
| test_types.rb:46:9:46:37 | call to params |
73
78
| test_types.rb:49:9:49:47 | call to params |
79
+ | test_types.rb:52:9:52:33 | call to params |
74
80
returnsCall
75
81
| test_types.rb:7:9:7:24 | call to returns | Integer |
76
82
| test_types.rb:10:9:10:55 | call to returns | Integer |
@@ -80,6 +86,7 @@ returnsCall
80
86
| test_types.rb:24:9:24:24 | call to returns | Integer |
81
87
| test_types.rb:38:14:38:54 | call to returns | String |
82
88
| test_types.rb:49:9:49:63 | call to returns | String |
89
+ | test_types.rb:52:9:52:53 | call to returns | Boolean |
83
90
voidCall
84
91
| test_types.rb:4:9:4:12 | call to void |
85
92
| test_types.rb:28:5:31:10 | call to void |
@@ -94,6 +101,7 @@ parameterTypes
94
101
| test_types.rb:37:7:37:15 | Pair | test_types.rb:41:18:41:18 | a | test_types.rb:37:10:37:15 | String |
95
102
| test_types.rb:38:7:38:54 | Pair | test_types.rb:41:21:41:26 | &block | test_types.rb:38:14:38:54 | call to returns |
96
103
| test_types.rb:49:16:49:46 | Pair | test_types.rb:50:14:50:21 | new_name | test_types.rb:49:26:49:46 | call to any |
104
+ | test_types.rb:52:16:52:32 | Pair | test_types.rb:53:24:53:28 | value | test_types.rb:52:23:52:32 | Boolean |
97
105
procParameterTypes
98
106
| test_types.rb:30:7:30:54 | Pair | test_types.rb:30:24:30:53 | call to void | test_types.rb:30:24:30:29 | call to proc | nilable |
99
107
| test_types.rb:38:7:38:54 | Pair | test_types.rb:38:14:38:54 | call to returns | test_types.rb:38:14:38:19 | call to proc | non_nilable |
@@ -108,6 +116,7 @@ sigMethods
108
116
| test_types.rb:43:3:43:58 | call to sig | test_types.rb:44:3:44:28 | read_hash |
109
117
| test_types.rb:46:3:46:39 | call to sig | test_types.rb:47:3:47:34 | read_symbol_array |
110
118
| test_types.rb:49:3:49:65 | call to sig | test_types.rb:50:3:50:27 | rename |
119
+ | test_types.rb:52:3:52:55 | call to sig | test_types.rb:53:3:53:34 | debug_mode= |
111
120
sigAttrReaders
112
121
| test_types.rb:21:3:21:25 | call to sig | test_types.rb:22:3:22:26 | call to attr_reader |
113
122
| test_types.rb:24:3:24:26 | call to sig | test_types.rb:25:3:25:24 | call to attr_accessor |
0 commit comments