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