# File lib/fog/aws/models/compute/server.rb, line 130 def reboot requires :id service.reboot_instances(id) true end