class Berkshelf::CookbookStore

def instance

Returns:
  • (Berkshelf::CookbookStore) -
def instance
  @instance ||= new(default_path)
end