class Slimmer::NoCache

Public Instance Methods

fetch(*) { || ... } click to toggle source
# File lib/slimmer.rb, line 17
def fetch(*)
  yield
end