Sha256: 0e2818deaf306634246cbac5ef90b40a34b3670086aec345538cd6602c9923dd
Contents?: true
Size: 172 Bytes
Versions: 1
Compression:
Stored size: 172 Bytes
Contents
require 'model/models/cacheable_model' CacheableModel.object do @var = 1 cache do self.content = 'this is test one' end def greeting 'hello' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-1.0.0 | spec/helpers/repos/test1/cache/cacheable_model/one.rb |