@@ -213,6 +213,10 @@ getTarget
213
213
| calls.rb:549:2:549:6 | call to new | calls.rb:117:5:117:16 | new |
214
214
| calls.rb:549:20:549:24 | call to baz | calls.rb:51:5:57:7 | baz |
215
215
| calls.rb:550:26:550:37 | call to capitalize | calls.rb:97:5:97:23 | capitalize |
216
+ | calls.rb:557:5:557:13 | call to singleton | calls.rb:553:5:554:7 | singleton |
217
+ | calls.rb:560:9:560:17 | call to singleton | calls.rb:553:5:554:7 | singleton |
218
+ | calls.rb:561:9:561:18 | call to singleton2 | calls.rb:565:5:566:7 | singleton2 |
219
+ | calls.rb:568:5:568:14 | call to mid_method | calls.rb:559:5:562:7 | mid_method |
216
220
| hello.rb:12:5:12:24 | call to include | calls.rb:108:5:110:7 | include |
217
221
| hello.rb:14:16:14:20 | call to hello | hello.rb:2:5:4:7 | hello |
218
222
| hello.rb:20:16:20:20 | call to super | hello.rb:13:5:15:7 | message |
@@ -335,6 +339,7 @@ unresolvedCall
335
339
| calls.rb:549:1:549:26 | call to each |
336
340
| calls.rb:550:1:550:13 | call to [] |
337
341
| calls.rb:550:1:550:39 | call to each |
342
+ | calls.rb:558:5:558:14 | call to singleton2 |
338
343
| hello.rb:20:16:20:26 | ... + ... |
339
344
| hello.rb:20:16:20:34 | ... + ... |
340
345
| hello.rb:20:16:20:40 | ... + ... |
@@ -440,6 +445,9 @@ publicMethod
440
445
| calls.rb:485:5:487:7 | singleton |
441
446
| calls.rb:526:5:531:7 | baz |
442
447
| calls.rb:539:5:542:7 | baz |
448
+ | calls.rb:553:5:554:7 | singleton |
449
+ | calls.rb:559:5:562:7 | mid_method |
450
+ | calls.rb:565:5:566:7 | singleton2 |
443
451
| hello.rb:2:5:4:7 | hello |
444
452
| hello.rb:5:5:7:7 | world |
445
453
| hello.rb:13:5:15:7 | message |
0 commit comments