Module: LazyMethods

Defined in:
lib/lazy_methods/lazy_methods.rb

Overview

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.

Defined Under Namespace

Modules: InstanceMethods Classes: MethodSignature, Proxy