Sha256: d83f6ffd67b01731aaaa1e0aa47d8b701745521a345e9f69b4316f53a813f996
Contents?: true
Size: 511 Bytes
Versions: 14
Compression:
Stored size: 511 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
14 entries across 14 versions & 1 rubygems