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