File tree Expand file tree Collapse file tree 6 files changed +2016
-1860
lines changed
ruby/ql/test/library-tests/modules Expand file tree Collapse file tree 6 files changed +2016
-1860
lines changed Original file line number Diff line number Diff line change @@ -49,56 +49,62 @@ calls.rb:
49
49
# 105| Module
50
50
#-----| super -> Object
51
51
52
- # 112 | Object
52
+ # 115 | Object
53
53
#-----| super -> BasicObject
54
54
#-----| include -> Kernel
55
55
#-----| prepend -> A
56
56
57
- # 117 | Hash
57
+ # 120 | Hash
58
58
#-----| super -> Object
59
59
60
- # 122 | Array
60
+ # 125 | Array
61
61
#-----| super -> Object
62
62
63
- # 162 | S
63
+ # 165 | S
64
64
#-----| super -> Object
65
65
66
- # 168 | A
66
+ # 171 | A
67
67
#-----| super -> S
68
68
#-----| super -> B
69
69
#-----| prepend -> A::B
70
70
71
- # 173 | B
71
+ # 176 | B
72
72
#-----| super -> S
73
73
74
- # 187 | Singletons
74
+ # 190 | Singletons
75
75
#-----| super -> Object
76
76
77
- # 307 | SelfNew
77
+ # 310 | SelfNew
78
78
#-----| super -> Object
79
79
80
- # 322 | C1
80
+ # 325 | C1
81
81
#-----| super -> Object
82
82
83
- # 328 | C2
83
+ # 331 | C2
84
84
#-----| super -> C1
85
85
86
- # 334 | C3
86
+ # 337 | C3
87
87
#-----| super -> C2
88
88
89
- # 374 | SingletonOverride1
89
+ # 377 | SingletonOverride1
90
90
#-----| super -> Object
91
91
92
- # 399 | SingletonOverride2
92
+ # 402 | SingletonOverride2
93
93
#-----| super -> SingletonOverride1
94
94
95
- # 414 | ConditionalInstanceMethods
95
+ # 417 | ConditionalInstanceMethods
96
96
#-----| super -> Object
97
97
98
- # 477 | ExtendSingletonMethod
98
+ # 480 | ExtendSingletonMethod
99
99
100
- # 487| ProtectedMethods
100
+ # 490| ProtectedMethodInModule
101
+
102
+ # 496| ProtectedMethods
101
103
#-----| super -> Object
104
+ #-----| include -> ProtectedMethodInModule
105
+
106
+ # 515| ProtectedMethodsSub
107
+ #-----| super -> ProtectedMethods
102
108
103
109
hello.rb:
104
110
# 1| EnglishWords
You can’t perform that action at this time.
0 commit comments