# File lib/fog/compute/models/aws/server.rb, line 214 def start requires :id connection.start_instances(id) true end