@@ -94,64 +94,64 @@ calls.rb:
94
94
# 325| C1
95
95
#-----| super -> Object
96
96
97
- # 331 | C2
97
+ # 335 | C2
98
98
#-----| super -> C1
99
99
100
- # 337 | C3
100
+ # 341 | C3
101
101
#-----| super -> C2
102
102
103
- # 377 | SingletonOverride1
103
+ # 385 | SingletonOverride1
104
104
#-----| super -> Object
105
105
106
- # 412 | SingletonOverride2
106
+ # 420 | SingletonOverride2
107
107
#-----| super -> SingletonOverride1
108
108
109
- # 433 | ConditionalInstanceMethods
109
+ # 441 | ConditionalInstanceMethods
110
110
#-----| super -> Object
111
111
112
- # 496 | ExtendSingletonMethod
112
+ # 504 | ExtendSingletonMethod
113
113
114
- # 506 | ExtendSingletonMethod2
114
+ # 514 | ExtendSingletonMethod2
115
115
116
- # 512 | ExtendSingletonMethod3
116
+ # 520 | ExtendSingletonMethod3
117
117
118
- # 525 | ProtectedMethodInModule
118
+ # 533 | ProtectedMethodInModule
119
119
120
- # 531 | ProtectedMethods
120
+ # 539 | ProtectedMethods
121
121
#-----| super -> Object
122
122
#-----| include -> ProtectedMethodInModule
123
123
124
- # 550 | ProtectedMethodsSub
124
+ # 558 | ProtectedMethodsSub
125
125
#-----| super -> ProtectedMethods
126
126
127
- # 564 | SingletonUpCall_Base
127
+ # 572 | SingletonUpCall_Base
128
128
#-----| super -> Object
129
129
130
- # 568 | SingletonUpCall_Sub
130
+ # 576 | SingletonUpCall_Sub
131
131
#-----| super -> SingletonUpCall_Base
132
132
133
- # 576 | SingletonUpCall_SubSub
133
+ # 584 | SingletonUpCall_SubSub
134
134
#-----| super -> SingletonUpCall_Sub
135
135
136
- # 583 | SingletonA
136
+ # 591 | SingletonA
137
137
#-----| super -> Object
138
138
139
- # 596 | SingletonB
139
+ # 604 | SingletonB
140
140
#-----| super -> SingletonA
141
141
142
- # 605 | SingletonC
142
+ # 613 | SingletonC
143
143
#-----| super -> SingletonA
144
144
145
- # 618 | Included
145
+ # 626 | Included
146
146
147
- # 626 | IncludesIncluded
147
+ # 634 | IncludesIncluded
148
148
#-----| super -> Object
149
149
#-----| include -> Included
150
150
151
- # 633 | CustomNew1
151
+ # 641 | CustomNew1
152
152
#-----| super -> Object
153
153
154
- # 641 | CustomNew2
154
+ # 649 | CustomNew2
155
155
#-----| super -> Object
156
156
157
157
hello.rb:
0 commit comments