class ChefCLI::Policyfile::ChefRepoCookbookSource
def initialize(path)
-
path
(String
) -- path to a chef-repo or the cookbook path under it
def initialize(path) self.path = path @ui = UI.new @preferred_cookbooks = [] yield self if block_given? end