Method: Cassette::Cache::NullStore#fetch

Defined in:
lib/cassette/cache/null_store.rb

#fetch(_key, _options = {}, &block) ⇒ Object



29
30
31
# File 'lib/cassette/cache/null_store.rb', line 29

def fetch(_key, _options = {}, &block)
  block.call
end