Sha256: a19e44bdc3aeb8b2f33955e2cc2ef6b2066f82d0c2efce522ff643cccdf1b994
Contents?: true
Size: 399 Bytes
Versions: 14
Compression:
Stored size: 399 Bytes
Contents
# This abstract class holds methods that many versions of CBES share. # If a method in this class is redefined by a subclass, # the implementation in the subclass is used. # @abstract # @ref [References::CBES] class CBES < Standard def initialize 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