mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
Partially revert GH-7511
to see if it stabilizes Cirrus CI.
This commit is contained in:
parent
77c8daa2d4
commit
f613c18912
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue