@@ -45,6 +45,9 @@ getMethod
4545| calls.rb:531:1:544:3 | ProtectedMethods | bar | calls.rb:534:15:536:7 | bar |
4646| calls.rb:531:1:544:3 | ProtectedMethods | baz | calls.rb:538:5:543:7 | baz |
4747| calls.rb:550:1:555:3 | ProtectedMethodsSub | baz | calls.rb:551:5:554:7 | baz |
48+ | calls.rb:618:1:624:3 | Included | bar | calls.rb:622:5:623:7 | bar |
49+ | calls.rb:618:1:624:3 | Included | foo | calls.rb:619:5:621:7 | foo |
50+ | calls.rb:626:1:631:3 | IncludesIncluded | bar | calls.rb:628:5:630:7 | bar |
4851| hello.rb:1:1:8:3 | EnglishWords | hello | hello.rb:2:5:4:7 | hello |
4952| hello.rb:1:1:8:3 | EnglishWords | world | hello.rb:5:5:7:7 | world |
5053| hello.rb:11:1:16:3 | Greeting | message | hello.rb:13:5:15:7 | message |
@@ -478,6 +481,22 @@ lookupMethod
478481| calls.rb:605:1:612:3 | SingletonC | private_on_main | calls.rb:185:1:186:3 | private_on_main |
479482| calls.rb:605:1:612:3 | SingletonC | puts | calls.rb:102:5:102:30 | puts |
480483| calls.rb:605:1:612:3 | SingletonC | to_s | calls.rb:172:5:173:7 | to_s |
484+ | calls.rb:618:1:624:3 | Included | bar | calls.rb:622:5:623:7 | bar |
485+ | calls.rb:618:1:624:3 | Included | foo | calls.rb:619:5:621:7 | foo |
486+ | calls.rb:626:1:631:3 | IncludesIncluded | add_singleton | calls.rb:367:1:371:3 | add_singleton |
487+ | calls.rb:626:1:631:3 | IncludesIncluded | bar | calls.rb:628:5:630:7 | bar |
488+ | calls.rb:626:1:631:3 | IncludesIncluded | call_block | calls.rb:81:1:83:3 | call_block |
489+ | calls.rb:626:1:631:3 | IncludesIncluded | call_instance_m | calls.rb:39:1:41:3 | call_instance_m |
490+ | calls.rb:626:1:631:3 | IncludesIncluded | create | calls.rb:278:1:286:3 | create |
491+ | calls.rb:626:1:631:3 | IncludesIncluded | foo | calls.rb:619:5:621:7 | foo |
492+ | calls.rb:626:1:631:3 | IncludesIncluded | funny | calls.rb:140:1:142:3 | funny |
493+ | calls.rb:626:1:631:3 | IncludesIncluded | indirect | calls.rb:158:1:160:3 | indirect |
494+ | calls.rb:626:1:631:3 | IncludesIncluded | new | calls.rb:117:5:117:16 | new |
495+ | calls.rb:626:1:631:3 | IncludesIncluded | optional_arg | calls.rb:76:1:79:3 | optional_arg |
496+ | calls.rb:626:1:631:3 | IncludesIncluded | pattern_dispatch | calls.rb:343:1:359:3 | pattern_dispatch |
497+ | calls.rb:626:1:631:3 | IncludesIncluded | private_on_main | calls.rb:185:1:186:3 | private_on_main |
498+ | calls.rb:626:1:631:3 | IncludesIncluded | puts | calls.rb:102:5:102:30 | puts |
499+ | calls.rb:626:1:631:3 | IncludesIncluded | to_s | calls.rb:172:5:173:7 | to_s |
481500| file://:0:0:0:0 | Class | include | calls.rb:108:5:110:7 | include |
482501| file://:0:0:0:0 | Class | module_eval | calls.rb:107:5:107:24 | module_eval |
483502| file://:0:0:0:0 | Class | new | calls.rb:117:5:117:16 | new |
@@ -965,6 +984,9 @@ enclosingMethod
965984| calls.rb:601:9:601:18 | self | calls.rb:600:5:602:7 | call_singleton1 |
966985| calls.rb:610:9:610:18 | call to singleton1 | calls.rb:609:5:611:7 | call_singleton1 |
967986| calls.rb:610:9:610:18 | self | calls.rb:609:5:611:7 | call_singleton1 |
987+ | calls.rb:620:9:620:12 | self | calls.rb:619:5:621:7 | foo |
988+ | calls.rb:620:9:620:16 | call to bar | calls.rb:619:5:621:7 | foo |
989+ | calls.rb:629:9:629:13 | call to super | calls.rb:628:5:630:7 | bar |
968990| hello.rb:3:9:3:22 | return | hello.rb:2:5:4:7 | hello |
969991| hello.rb:3:16:3:22 | "hello" | hello.rb:2:5:4:7 | hello |
970992| hello.rb:3:17:3:21 | hello | hello.rb:2:5:4:7 | hello |
0 commit comments