summaryrefslogtreecommitdiff
path: root/kernel.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2023-03-14 15:38:58 -0700
committer<[email protected]>2023-03-14 15:38:58 -0700
commit70ba3102129dbaf6c943d1ed042103e0238842f4 ()
treee0337226448cc96979a9cd382b7f22997c36d387 /kernel.rb
parent868f03cce1a2d7a4df9b03b8338e3af4c69041d0 (diff)
YJIT: Introduce no_gc attribute (#7511)
Notes: Merged-By: k0kubun <[email protected]>
-rw-r--r--kernel.rb2
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ module Kernel
#++
#
def class
- Primitive.attr! :leaf
Primitive.cexpr! 'rb_obj_class(self)'
end