Sha256: 6bc31d051d8b8cb5346200848664a31921e7b57881bb380a0838bf87f64108d5
Contents?: true
Size: 509 Bytes
Versions: 3
Compression:
Stored size: 509 Bytes
Contents
# This class will hold methods that apply ICC IECC 2015 # to a given model. # @todo ICC IECC 2015 is incomplete and will default to the logic # in the default Standard class methods # @ref [References::ICCIECC2015] class ICCIECC2015 < ICCIECC register_standard 'ICC IECC 2015' attr_reader :template def initialize @template = 'ICC IECC 2015' load_standards_database end def load_standards_database(data_directories = []) super([__dir__] + data_directories) end end
Version data entries
3 entries across 3 versions & 1 rubygems