Module LazyModule::ClassMethods
In: lib/extlib/lazy_module.rb
LazyModule Module dot/f_10.png

Methods

included  

Attributes

lazy_evaluated_body  [RW] 

Public Instance methods

[Source]

    # File lib/extlib/lazy_module.rb, line 14
14:     def included(host)
15:       host.class_eval(&@lazy_evaluated_body)
16:     end

[Validate]