# File lib/fog/brightbox/models/storage/file.rb, line 39 def destroy requires :directory, :key service.delete_object(directory.key, key) true end