@@ -48,6 +48,7 @@ getMethod
4848| calls.rb:618:1:624:3 | Included | bar | calls.rb:622:5:623:7 | bar |
4949| calls.rb:618:1:624:3 | Included | foo | calls.rb:619:5:621:7 | foo |
5050| calls.rb:626:1:631:3 | IncludesIncluded | bar | calls.rb:628:5:630:7 | bar |
51+ | calls.rb:641:1:649:3 | CustomNew2 | instance | calls.rb:646:5:648:7 | instance |
5152| hello.rb:1:1:8:3 | EnglishWords | hello | hello.rb:2:5:4:7 | hello |
5253| hello.rb:1:1:8:3 | EnglishWords | world | hello.rb:5:5:7:7 | world |
5354| hello.rb:11:1:16:3 | Greeting | message | hello.rb:13:5:15:7 | message |
@@ -497,6 +498,35 @@ lookupMethod
497498| calls.rb:626:1:631:3 | IncludesIncluded | private_on_main | calls.rb:185:1:186:3 | private_on_main |
498499| calls.rb:626:1:631:3 | IncludesIncluded | puts | calls.rb:102:5:102:30 | puts |
499500| calls.rb:626:1:631:3 | IncludesIncluded | to_s | calls.rb:172:5:173:7 | to_s |
501+ | calls.rb:633:1:637:3 | CustomNew1 | add_singleton | calls.rb:367:1:371:3 | add_singleton |
502+ | calls.rb:633:1:637:3 | CustomNew1 | call_block | calls.rb:81:1:83:3 | call_block |
503+ | calls.rb:633:1:637:3 | CustomNew1 | call_instance_m | calls.rb:39:1:41:3 | call_instance_m |
504+ | calls.rb:633:1:637:3 | CustomNew1 | create | calls.rb:278:1:286:3 | create |
505+ | calls.rb:633:1:637:3 | CustomNew1 | foo | calls.rb:1:1:3:3 | foo |
506+ | calls.rb:633:1:637:3 | CustomNew1 | foo | calls.rb:85:1:89:3 | foo |
507+ | calls.rb:633:1:637:3 | CustomNew1 | funny | calls.rb:140:1:142:3 | funny |
508+ | calls.rb:633:1:637:3 | CustomNew1 | indirect | calls.rb:158:1:160:3 | indirect |
509+ | calls.rb:633:1:637:3 | CustomNew1 | new | calls.rb:117:5:117:16 | new |
510+ | calls.rb:633:1:637:3 | CustomNew1 | optional_arg | calls.rb:76:1:79:3 | optional_arg |
511+ | calls.rb:633:1:637:3 | CustomNew1 | pattern_dispatch | calls.rb:343:1:359:3 | pattern_dispatch |
512+ | calls.rb:633:1:637:3 | CustomNew1 | private_on_main | calls.rb:185:1:186:3 | private_on_main |
513+ | calls.rb:633:1:637:3 | CustomNew1 | puts | calls.rb:102:5:102:30 | puts |
514+ | calls.rb:633:1:637:3 | CustomNew1 | to_s | calls.rb:172:5:173:7 | to_s |
515+ | calls.rb:641:1:649:3 | CustomNew2 | add_singleton | calls.rb:367:1:371:3 | add_singleton |
516+ | calls.rb:641:1:649:3 | CustomNew2 | call_block | calls.rb:81:1:83:3 | call_block |
517+ | calls.rb:641:1:649:3 | CustomNew2 | call_instance_m | calls.rb:39:1:41:3 | call_instance_m |
518+ | calls.rb:641:1:649:3 | CustomNew2 | create | calls.rb:278:1:286:3 | create |
519+ | calls.rb:641:1:649:3 | CustomNew2 | foo | calls.rb:1:1:3:3 | foo |
520+ | calls.rb:641:1:649:3 | CustomNew2 | foo | calls.rb:85:1:89:3 | foo |
521+ | calls.rb:641:1:649:3 | CustomNew2 | funny | calls.rb:140:1:142:3 | funny |
522+ | calls.rb:641:1:649:3 | CustomNew2 | indirect | calls.rb:158:1:160:3 | indirect |
523+ | calls.rb:641:1:649:3 | CustomNew2 | instance | calls.rb:646:5:648:7 | instance |
524+ | calls.rb:641:1:649:3 | CustomNew2 | new | calls.rb:117:5:117:16 | new |
525+ | calls.rb:641:1:649:3 | CustomNew2 | optional_arg | calls.rb:76:1:79:3 | optional_arg |
526+ | calls.rb:641:1:649:3 | CustomNew2 | pattern_dispatch | calls.rb:343:1:359:3 | pattern_dispatch |
527+ | calls.rb:641:1:649:3 | CustomNew2 | private_on_main | calls.rb:185:1:186:3 | private_on_main |
528+ | calls.rb:641:1:649:3 | CustomNew2 | puts | calls.rb:102:5:102:30 | puts |
529+ | calls.rb:641:1:649:3 | CustomNew2 | to_s | calls.rb:172:5:173:7 | to_s |
500530| file://:0:0:0:0 | Class | include | calls.rb:108:5:110:7 | include |
501531| file://:0:0:0:0 | Class | module_eval | calls.rb:107:5:107:24 | module_eval |
502532| file://:0:0:0:0 | Class | new | calls.rb:117:5:117:16 | new |
@@ -987,6 +1017,14 @@ enclosingMethod
9871017| calls.rb:620:9:620:12 | self | calls.rb:619:5:621:7 | foo |
9881018| calls.rb:620:9:620:16 | call to bar | calls.rb:619:5:621:7 | foo |
9891019| calls.rb:629:9:629:13 | call to super | calls.rb:628:5:630:7 | bar |
1020+ | calls.rb:635:9:635:10 | C1 | calls.rb:634:5:636:7 | new |
1021+ | calls.rb:635:9:635:14 | call to new | calls.rb:634:5:636:7 | new |
1022+ | calls.rb:643:9:643:12 | self | calls.rb:642:5:644:7 | new |
1023+ | calls.rb:643:9:643:21 | call to allocate | calls.rb:642:5:644:7 | new |
1024+ | calls.rb:647:9:647:34 | call to puts | calls.rb:646:5:648:7 | instance |
1025+ | calls.rb:647:9:647:34 | self | calls.rb:646:5:648:7 | instance |
1026+ | calls.rb:647:14:647:34 | "CustomNew2#instance" | calls.rb:646:5:648:7 | instance |
1027+ | calls.rb:647:15:647:33 | CustomNew2#instance | calls.rb:646:5:648:7 | instance |
9901028| hello.rb:3:9:3:22 | return | hello.rb:2:5:4:7 | hello |
9911029| hello.rb:3:16:3:22 | "hello" | hello.rb:2:5:4:7 | hello |
9921030| hello.rb:3:17:3:21 | hello | hello.rb:2:5:4:7 | hello |
0 commit comments