Skip to content

Commit 9004e82

Browse files
committed
Ruby: Add another call graph test
1 parent 29bfb4d commit 9004e82

File tree

6 files changed

+1539
-1512
lines changed

6 files changed

+1539
-1512
lines changed

ruby/ql/test/library-tests/modules/ancestors.expected

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,59 +31,59 @@
3131
calls.rb:
3232
# 21| M
3333

34-
# 35| C
34+
# 39| C
3535
#-----| include -> M
3636
#-----| super -> Object
3737

38-
# 57| D
38+
# 61| D
3939
#-----| super -> C
4040

41-
# 83| Integer
41+
# 87| Integer
4242
#-----| super -> Numeric
4343

44-
# 88| String
44+
# 92| String
4545
#-----| super -> Object
4646

47-
# 92| Kernel
47+
# 96| Kernel
4848

49-
# 97| Module
49+
# 101| Module
5050
#-----| super -> Object
5151

52-
# 104| Object
52+
# 108| Object
5353
#-----| super -> BasicObject
5454
#-----| include -> Kernel
5555
#-----| prepend -> A
5656

57-
# 109| Hash
57+
# 113| Hash
5858
#-----| super -> Object
5959

60-
# 114| Array
60+
# 118| Array
6161
#-----| super -> Object
6262

63-
# 154| S
63+
# 158| S
6464
#-----| super -> Object
6565

66-
# 160| A
66+
# 164| A
6767
#-----| super -> S
6868
#-----| super -> B
6969
#-----| prepend -> A::B
7070

71-
# 165| B
71+
# 169| B
7272
#-----| super -> S
7373

74-
# 179| Singletons
74+
# 183| Singletons
7575
#-----| super -> Object
7676

77-
# 299| SelfNew
77+
# 303| SelfNew
7878
#-----| super -> Object
7979

80-
# 313| C1
80+
# 317| C1
8181
#-----| super -> Object
8282

83-
# 319| C2
83+
# 323| C2
8484
#-----| super -> C1
8585

86-
# 325| C3
86+
# 329| C3
8787
#-----| super -> C2
8888

8989
hello.rb:

0 commit comments

Comments
 (0)