module ChefCLI::Generator::TemplateHelper
def self.delegate_to_app_context(name)
def self.delegate_to_app_context(name) define_method(name) do ChefCLI::Generator.context.public_send(name) end end
def self.delegate_to_app_context(name) define_method(name) do ChefCLI::Generator.context.public_send(name) end end