# File lib/fog/compute/vmfusion/server.rb, line 97 def reboot if ready? shutdown wait_for { ! ready? } start return true else return false end end