module LazyModule::ClassMethods
Attributes
lazy_evaluated_body[RW]
Public Instance Methods
included(host)
click to toggle source
# File lib/extlib/lazy_module.rb, line 14 def included(host) host.class_eval(&@lazy_evaluated_body) end