# File lib/fog/brightbox/models/compute/image.rb, line 56 def destroy requires :identity connection.destroy_image(identity) true end