66 67 68 69 70 71
# File 'lib/virt/guest.rb', line 66 def destroy return true if new? stop(true) if running? @domain = @domain.undefine new? end