# File lib/fog/storage/openstack/models/directory.rb, line 15 def destroy requires :key service.delete_container(key) true rescue Excon::Errors::NotFound false end