# File lib/fog/compute/vmfusion/server.rb, line 85 def shutdown requires :raw if ready? @raw[:fission].stop return true else return false end end