class Berkshelf::CookbookStore

def initialize(storage_path)

Parameters:
  • storage_path (String) --
def initialize(storage_path)
  @storage_path = Pathname.new(storage_path)
  initialize_filesystem
end