From 0b2aea861cde3c001e59eafb19f4fa1fa615a5a5 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 22 Dec 2022 14:30:07 -0800 Subject: Polish the public docs for MJIT [ci skip] Now every private interface is cleaned up, and the public interface is documented. --- tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') diff --git a/tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb b/tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb index dac53668a0..4b20e896a2 100644 --- a/tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb +++ b/tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb @@ -1,4 +1,4 @@ -module RubyVM::MJIT +module RubyVM::MJIT # :nodoc: all Instruction = Struct.new( :name, :bin, -- cgit v1.2.3