# File lib/virt/guest.rb, line 71 def reboot raise "Guest not running, can't reboot" if new? or !running? @domain.reboot end