Sha256: 3e51fceb6d332806b78dada2ab8a866b3563b1a6e430249be6c2d28edcebe94d

Contents?: true

Size: 172 Bytes

Versions: 1

Compression:

Stored size: 172 Bytes

Contents

require 'model/models/cacheable_model'

CacheableModel.object do

  @var = 2

  cache do
    self.content = 'this is test two'
  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/test2/cache/cacheable_model/two.rb