# File lib/virt/guest.rb, line 30
    def start
      raise "Guest not created, can't start" if new?
      @domain.create unless running?
      running?
    end