Class: FHTTPClient::Cache::Null

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

Class Method Summary collapse

Class Method Details

.fetch(_name, _options = nil) ⇒ Object



7
8
9
# File 'lib/f_http_client/cache/null.rb', line 7

def fetch(_name, _options = nil)
  yield if block_given?
end