@@ -115,6 +115,11 @@ callsWithArguments
115115| calls.rb:347:1:347:7 | call to foo | foo | 0 | calls.rb:347:5:347:6 | Pair |
116116| calls.rb:352:13:352:17 | call to foo | foo | 0 | calls.rb:352:17:352:17 | x |
117117| calls.rb:362:5:362:6 | call to == | == | 0 | calls.rb:362:1:362:4 | __synth__0__1 |
118+ | calls.rb:364:1:364:23 | call to bar | bar | 0 | calls.rb:364:10:364:10 | 1 |
119+ | calls.rb:364:1:364:23 | call to bar | bar | 0 | calls.rb:364:10:364:10 | 1 |
120+ | calls.rb:364:1:364:23 | call to bar | bar | 1 | calls.rb:364:12:364:12 | 2 |
121+ | calls.rb:364:1:364:23 | call to bar | bar | 1 | calls.rb:364:12:364:12 | 2 |
122+ | calls.rb:364:4:364:5 | call to == | == | 0 | calls.rb:364:1:364:3 | __synth__0__1 |
118123callsWithReceiver
119124| calls.rb:2:1:2:5 | call to foo | calls.rb:2:1:2:5 | self |
120125| calls.rb:5:1:5:10 | call to bar | calls.rb:5:1:5:3 | Foo |
@@ -381,6 +386,10 @@ callsWithReceiver
381386| calls.rb:362:5:362:6 | call to == | calls.rb:362:5:362:6 | nil |
382387| calls.rb:363:1:363:4 | call to list | calls.rb:363:1:363:4 | self |
383388| calls.rb:363:1:363:12 | call to empty? | calls.rb:363:1:363:4 | call to list |
389+ | calls.rb:364:1:364:3 | call to foo | calls.rb:364:1:364:3 | self |
390+ | calls.rb:364:1:364:23 | call to bar | calls.rb:364:1:364:3 | __synth__0__1 |
391+ | calls.rb:364:1:364:23 | call to bar | calls.rb:364:1:364:3 | call to foo |
392+ | calls.rb:364:4:364:5 | call to == | calls.rb:364:4:364:5 | nil |
384393callsWithBlock
385394| calls.rb:17:1:17:17 | call to foo | calls.rb:17:5:17:17 | { ... } |
386395| calls.rb:20:1:22:3 | call to foo | calls.rb:20:5:22:3 | do ... end |
@@ -394,6 +403,8 @@ callsWithBlock
394403| calls.rb:292:5:292:30 | call to super | calls.rb:292:16:292:30 | { ... } |
395404| calls.rb:293:5:293:33 | call to super | calls.rb:293:16:293:33 | do ... end |
396405| calls.rb:340:1:342:3 | call to each | calls.rb:340:1:342:3 | { ... } |
406+ | calls.rb:364:1:364:23 | call to bar | calls.rb:364:15:364:23 | { ... } |
407+ | calls.rb:364:1:364:23 | call to bar | calls.rb:364:15:364:23 | { ... } |
397408yieldCalls
398409| calls.rb:31:3:31:7 | yield ... |
399410| calls.rb:36:3:36:16 | yield ... |
@@ -435,3 +446,4 @@ setterCalls
435446| calls.rb:320:1:320:32 | call to []= |
436447callsWithSafeNavigationOperator
437448| calls.rb:362:1:362:12 | call to empty? |
449+ | calls.rb:364:1:364:23 | call to bar |
0 commit comments