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