module Goodyear

Constants

VERSION

Public Class Methods

cache() { || ... } click to toggle source
# File lib/goodyear.rb, line 23
def self.cache
  Goodyear.force_cache = true
  lm = yield
  Goodyear.force_cache = false
  lm
end