lazy_methods.rb

Path: lib/lazy_methods.rb
Last Update: Tue Jun 19 22:40:24 -0500 2007

Including this module will provide the lazy method handling for the class where any method can be prefixed with lazy_ to defer execution. By default, the plugin includes it in Object so it is universally available.

[Validate]