类 RubyVM::RJIT::CType::Array
公共类方法
new(&block) 点击切换源代码
# File ruby_vm/rjit/c_type.rb, line 66 def self.new(&block) CPointer.with_class_name('Array', block.object_id.to_s) do CPointer::Array.define(block) end end