# File lib/vagrant-libvirt/provider.rb, line 124 def to_s id = @machine.id.nil? ? 'new' : @machine.id "Libvirt (#{id})" end