MJIT: Do not document a dynamic type [ci skip]

Solargraph complains about it
This commit is contained in:
Takashi Kokubun 2022-11-27 23:29:43 -08:00
parent 1d1200555f
commit fb599523cd

View file

@ -19,7 +19,7 @@ module RubyVM::MJIT
]
class << Compiler = Module.new
# @param iseq [RubyVM::MJIT::CPointer::Struct_rb_iseq_struct]
# @param iseq [RubyVM::MJIT::CPointer::Struct_*]
# @param funcname [String]
# @param id [Integer]
# @return [String,NilClass]