class Strongman::NoCache
Public Instance Methods
compute_if_absent(_key) { || ... }
click to toggle source
# File lib/strongman.rb, line 5 def compute_if_absent(_key) yield end
# File lib/strongman.rb, line 5 def compute_if_absent(_key) yield end