summaryrefslogtreecommitdiff
path: root/kernel.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-15 09:53:46 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-15 09:53:49 -0700
commitf613c18912f4bf5492a8dc02ab5e3661f4ae907c (patch)
treecb6a1b69ee476525927117368919d8b10394f0cb /kernel.rb
parent77c8daa2d40dd58eeb3785ce17dea2ee38f308d1 (diff)
Partially revert GH-7511
to see if it stabilizes Cirrus CI.
Diffstat (limited to 'kernel.rb')
-rw-r--r--kernel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel.rb b/kernel.rb
index 1cd11ab7c5..c8cbc99175 100644
--- a/kernel.rb
+++ b/kernel.rb
@@ -16,7 +16,7 @@ module Kernel
#++
#
def class
- Primitive.attr! :leaf, :no_gc
+ Primitive.attr! :leaf
Primitive.cexpr! 'rb_obj_class(self)'
end