From 2e875549a934fa04b7939810fa0d8a2762702aaa Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 6 Mar 2023 23:15:30 -0800 Subject: s/MJIT/RJIT/ --- lib/ruby_vm/rjit/hooks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ruby_vm/rjit/hooks.rb') diff --git a/lib/ruby_vm/rjit/hooks.rb b/lib/ruby_vm/rjit/hooks.rb index 57d4ebc381..d7e4e5f5bc 100644 --- a/lib/ruby_vm/rjit/hooks.rb +++ b/lib/ruby_vm/rjit/hooks.rb @@ -1,4 +1,4 @@ -module RubyVM::MJIT +module RubyVM::RJIT module Hooks # :nodoc: all def self.on_bop_redefined(_redefined_flag, _bop) # C.mjit_cancel_all("BOP is redefined") -- cgit v1.2.3