Sha256: 0a76fce06c6e0b5a5a6dae4d98be6a6067593a7806673084414d1dfc9e1533f0
Contents?: true
Size: 478 Bytes
Versions: 107
Compression:
Stored size: 478 Bytes
Contents
module OrigenTesters module IGXLBasedTester class UltraFLEX require 'origen_testers/igxl_based_tester/base/patsubr_pattern' class PatsubrPattern < Base::PatsubrPattern # Attributes for each pattern subroutine line PATSUBR_ATTRS = %w(file_name comment) # Pattern subroutine defaults PATSUBR_DEFAULTS = { } # Generate the instance method definitions based on the above define end end end end
Version data entries
107 entries across 107 versions & 1 rubygems