class ChefCLI::Command::GeneratorCommands::Base

def generator_cookbook_path

Path to the directory where the code_generator cookbook is located.
def generator_cookbook_path
  detect_generator_cookbook_name_and_path! unless @generator_cookbook_path
  @generator_cookbook_path
end