Sha256: 5050f131108b585875a20345e845f3a604530cc93871f7df1fdebe5836fde926
Contents?: true
Size: 361 Bytes
Versions: 27
Compression:
Stored size: 361 Bytes
Contents
module Tdc # # Knows how to read data definitions from the specified path elements. # class DataDefinition def read(*_path_elements) raise MissingOverrideError, "Implement the 'read' method" end def with_indifferent_access self.extend(Tdc::WithIndifferentAccessDecorator) # rubocop:disable Style/RedundantSelf end end end
Version data entries
27 entries across 27 versions & 1 rubygems