class Berkshelf::CookbookStore

def clean!

Destroy the contents of the initialized storage path.
def clean!
  FileUtils.rm_rf(Dir.glob("#{storage_path}/*"))
end