# File lib/fog/compute/models/brightbox/server.rb, line 52 def stop requires :identity connection.stop_server(identity) true end