# File lib/fog/brightbox/models/compute/server.rb, line 96 def start requires :identity connection.start_server(identity) true end