Class: Dino::Cache

Inherits:
Object
  • Object
show all
Defined in:
lib/dino/cache.rb

Instance Method Summary collapse

Instance Method Details

#fetchObject



3
4
5
# File 'lib/dino/cache.rb', line 3

def fetch(*)
  yield if block_given?
end