Method: Hypercube::Backend::VirtualBox::Commands.hd=
- Defined in:
- lib/hypercube/backends/virtual_box.rb
.hd=(vm, path) ⇒ Object
47 48 49 |
# File 'lib/hypercube/backends/virtual_box.rb', line 47 def hd= vm, path "modifyvm #{vm} --sataport1 \"#{path}\"" end |