# File lib/virt/guest.rb, line 64 def destroy return true if new? stop(true) if running? @domain = @domain.undefine new? end