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