class Yadriggy::C::ArrayType

Attributes

element_type[R]

Public Class Methods

new(element_type) click to toggle source
Calls superclass method
# File lib/yadriggy/c/ctypecheck.rb, line 12
def initialize(element_type)
  super(Array, element_type)
end