class RubyVM::RJIT::CType::Array
Public Class Methods
new(&block)
click to toggle source
# 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