File tree Expand file tree Collapse file tree 4 files changed +7
-553
lines changed
Expand file tree Collapse file tree 4 files changed +7
-553
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,10 @@ def public(*)
369369
370370 alias public_method_defined? method_defined?
371371
372+ def remove_class_variable ( *)
373+
374+ end
375+
372376 def remove_const ( name )
373377 %x{
374378 var old = #{ self } ._scope[name];
Original file line number Diff line number Diff line change 112112 fails "A singleton method defined with extreme default arguments may use a method definition as a default"
113113 fails "A method defined with extreme default arguments may use an fcall as a default"
114114 fails "A method defined with extreme default arguments can redefine itself when the default is evaluated"
115- fails "Redefining a singleton method does not inherit a previously set visibility"
116- fails "Redefining a singleton method does not inherit a previously set visibility"
115+ fails "Redefining a singleton method does not inherit a previously set visibility "
116+ fails "Redefining a singleton method does not inherit a previously set visibility "
117117 fails "A singleton method definition raises RuntimeError if frozen"
118118 fails "A singleton method definition can be declared for a class variable"
119119 fails "A singleton method definition can be declared for a global variable"
You can’t perform that action at this time.
0 commit comments