Class: Strongman::NoCache

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

Instance Method Summary collapse

Instance Method Details

#compute_if_absent(_key) ⇒ Object



5
6
7
# File 'lib/strongman.rb', line 5

def compute_if_absent(_key)
  yield
end