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