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