Partially revert GH-7511

to see if it stabilizes Cirrus CI.
This commit is contained in:
Takashi Kokubun 2023-03-15 09:53:46 -07:00
parent 77c8daa2d4
commit f613c18912

View file

@ -16,7 +16,7 @@ module Kernel
#++ #++
# #
def class def class
Primitive.attr! :leaf, :no_gc Primitive.attr! :leaf
Primitive.cexpr! 'rb_obj_class(self)' Primitive.cexpr! 'rb_obj_class(self)'
end end