Module: Chef::Mixin::Template::ChefContext

Included in:
TemplateContext
Defined in:
lib/chef/mixin/template.rb

Overview

ChefContext was previously used to mix behavior into Erubis::Context so that it would be available to templates. This behavior has now moved to TemplateContext, but this module is still mixed in to the TemplateContext class so that any user code that modified ChefContext will continue to work correctly.