# File lib/fog/compute/models/brightbox/server.rb, line 64 def destroy requires :identity connection.destroy_server(identity) true end