module TdlSpace::PortDef

Constants

PORT_SUB_TYPE

Public Instance Methods

[](*a) click to toggle source
Calls superclass method
# File lib/tdl/class_hdl/hdl_ex_defarraychain.rb, line 36
def [](*a)
    new_c = super
    new_c.instance_variable_set("@sub_type",@sub_type)
    return new_c
end