Method: Mccloud::Provider::Vagrant::VmCommand#destroy
- Defined in:
- lib/mccloud/provider/vagrant/vm/destroy.rb
#destroy(command, options = {}) ⇒ Object
5 6 7 |
# File 'lib/mccloud/provider/vagrant/vm/destroy.rb', line 5 def destroy(command,={}) self.provider.raw.cli(['destroy',name]) end |