class ChefCLI::Policyfile::CookbookLocationSpecification
def cookbook_path
def cookbook_path if installer.respond_to?(:expanded_path) installer.expanded_path else installer.install_path.expand_path end end
def cookbook_path if installer.respond_to?(:expanded_path) installer.expanded_path else installer.install_path.expand_path end end