Method: Hypercube::Backend::VirtualBox::Commands.destroy

Defined in:
lib/hypercube/backends/virtual_box.rb

.destroy(vm) ⇒ Object



43
44
45
# File 'lib/hypercube/backends/virtual_box.rb', line 43

def destroy vm
  "unregistervm #{vm} --delete"
end