class Dino::Cache
Public Instance Methods
fetch(*) { || ... }
click to toggle source
# File lib/dino/cache.rb, line 3 def fetch(*) yield if block_given? end
# File lib/dino/cache.rb, line 3 def fetch(*) yield if block_given? end