From e3de7230434d5c78cc06d40893b5d7cf41e7e89c Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 27 Nov 2022 14:50:10 -0800 Subject: MJIT: Move some private declarations and clean up legacy comments for the Ruby migration --- mjit.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mjit.rb') diff --git a/mjit.rb b/mjit.rb index 64c746f915..451fc3b937 100644 --- a/mjit.rb +++ b/mjit.rb @@ -23,4 +23,8 @@ if RubyVM::MJIT.enabled? require "mjit/c_type" require "mjit/instruction" require "mjit/compiler" + + module RubyVM::MJIT + private_constant *constants + end end -- cgit v1.2.3