Sha256: a0c8a16192bf2e1cc2303f68a6f927237639b65e7476bfb3f0d0ec809555cfd7
Contents?: true
Size: 224 Bytes
Versions: 17
Compression:
Stored size: 224 Bytes
Contents
module Oxidized class Source class NoConfig < OxidizedError; end def initialize @map = (CFG.model_map or {}) end def map_model model @map.has_key?(model) ? @map[model] : model end end end
Version data entries
17 entries across 17 versions & 1 rubygems