class Berkshelf::CookbookStore

def default_path

Returns:
  • (String) -
def default_path
  File.join(Berkshelf.berkshelf_path, "cookbooks")
end