Class: Opal::Cache::NullCache

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

Instance Method Summary collapse

Instance Method Details

#fetchObject



26
27
28
# File 'lib/opal/cache.rb', line 26

def fetch(*)
  yield
end