class ChefCLI::Policyfile::ArchivedCookbook

def build_from_lock_data(lock_data)

def build_from_lock_data(lock_data)
  raise NotImplementedError, "ArchivedCookbook cannot be built from lock data, it can only wrap an existing lock object"
end