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