Class: Dino::Cache
- Inherits:
-
Object
- Object
- Dino::Cache
- Defined in:
- lib/dino/cache.rb
Instance Method Summary collapse
Instance Method Details
#fetch ⇒ Object
3 4 5 |
# File 'lib/dino/cache.rb', line 3 def fetch(*) yield if block_given? end |