File tree 6 files changed +1699
-854
lines changed
ruby/ql/test/library-tests/modules 6 files changed +1699
-854
lines changed Original file line number Diff line number Diff line change 29
29
#-----| super -> Object
30
30
31
31
calls.rb:
32
- # 15 | M
32
+ # 21 | M
33
33
34
- # 29 | C
34
+ # 35 | C
35
35
#-----| include -> M
36
36
#-----| super -> Object
37
37
38
- # 51 | D
38
+ # 57 | D
39
39
#-----| super -> C
40
40
41
- # 77 | Integer
41
+ # 83 | Integer
42
42
#-----| super -> Numeric
43
43
44
- # 82 | String
44
+ # 88 | String
45
45
#-----| super -> Object
46
46
47
- # 86 | Kernel
47
+ # 92 | Kernel
48
48
49
- # 90 | Module
49
+ # 97 | Module
50
50
#-----| super -> Object
51
51
52
- # 97 | Object
52
+ # 104 | Object
53
53
#-----| super -> BasicObject
54
54
#-----| include -> Kernel
55
55
#-----| prepend -> A
56
56
57
- # 102 | Hash
57
+ # 109 | Hash
58
58
#-----| super -> Object
59
59
60
- # 106 | Array
60
+ # 114 | Array
61
61
#-----| super -> Object
62
62
63
- # 144 | S
63
+ # 154 | S
64
64
#-----| super -> Object
65
65
66
- # 150 | A
66
+ # 160 | A
67
67
#-----| super -> S
68
68
#-----| super -> B
69
69
#-----| prepend -> A::B
70
70
71
- # 155 | B
71
+ # 165 | B
72
72
#-----| super -> S
73
73
74
- # 169 | Singletons
74
+ # 179 | Singletons
75
75
#-----| super -> Object
76
76
77
+ # 299| SelfNew
78
+ #-----| super -> Object
79
+
80
+ # 313| C1
81
+ #-----| super -> Object
82
+
83
+ # 319| C2
84
+ #-----| super -> C1
85
+
86
+ # 325| C3
87
+ #-----| super -> C2
88
+
77
89
hello.rb:
78
90
# 1| EnglishWords
79
91
You can’t perform that action at this time.
0 commit comments