Module: JohnnyCache::ClassMethods
- Defined in:
- lib/johnny_cache.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) cache(*args)
76 77 78 |
# File 'lib/johnny_cache.rb', line 76 def cache(*args) MethodCache.new(self, *args) end |