Sha256: 9ce3d57d8c0980dfbb96696d586853ca63b41cb17cf7fbdbc02798e55c7b35ea
Contents?: true
Size: 206 Bytes
Versions: 29
Compression:
Stored size: 206 Bytes
Contents
module ActiveRecord::Turntable::Algorithm class Base def initialize(config) @config = config end def calculate(key) raise NotImplementedError, "not implemented" end end end
Version data entries
29 entries across 29 versions & 1 rubygems