Sha256: 2e563d6b9a3854e7c153a30e5783fc6f49151b3a254bc51431f3f94ba258cdcc
Contents?: true
Size: 227 Bytes
Versions: 44
Compression:
Stored size: 227 Bytes
Contents
module Locomotive module Wagon class TranslationDecorator < SimpleDelegator include ToHashConcern def id key end def __attributes__ %i(key values) end end end end
Version data entries
44 entries across 44 versions & 1 rubygems