# File lib/fog/xenserver/models/compute/server.rb, line 169 def reboot(stype = 'clean') connection.reboot_server(reference, stype) true end