Gem that adds lazy method wrapping to every object. Preceding any method with lazy_ will defer the invocation until the result is actually needed. This pattern is useful when used with caching systems.
Brian Durand
gem "lazy_methods", "~> 1.0.6"