From 9dcee2d80ee995e11b0fd437d4a94930ccb6db67 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 22 Dec 2022 11:35:45 -0800 Subject: Remove MJIT's private constants from docs [ci skip] --- mjit_c.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mjit_c.rb') diff --git a/mjit_c.rb b/mjit_c.rb index 5cedd460fe..d0d4ef168c 100644 --- a/mjit_c.rb +++ b/mjit_c.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Part of this file is generated by tool/mjit/bindgen.rb. # Run `make mjit-bindgen` to update code between "MJIT bindgen begin" and "MJIT bindgen end". -module RubyVM::MJIT +module RubyVM::MJIT # :nodoc: all # This `class << C` section is for calling C functions. For importing variables # or macros as is, please consider using tool/mjit/bindgen.rb instead. class << C -- cgit v1.2.3