Module LazyMethods
In: lib/lazy_methods.rb

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.

Classes and Modules

Module LazyMethods::InstanceMethods
Class LazyMethods::MethodSignature
Class LazyMethods::Proxy

[Validate]