Sha256: 687efd8f0faa7fbf34b2cc835a7c9cd2d41292fbc939ad93361d671a85e88cd9
Contents?: true
Size: 226 Bytes
Versions: 18
Compression:
Stored size: 226 Bytes
Contents
module Tdc module ExtendedAttributes class InterpreterBase def interpret(_instance_definition) raise Tdc::MissingOverrideError, "Implement the 'keep_extended_attributes' method" end end end end
Version data entries
18 entries across 18 versions & 1 rubygems