expose virtualbox base driver methods execute and raw
This commit is contained in:
parent
02fe7b6a9a
commit
b8db119d50
|
@ -245,8 +245,6 @@ module Vagrant
|
|||
def vm_exists?(uuid)
|
||||
end
|
||||
|
||||
protected
|
||||
|
||||
# Execute the given subcommand for VBoxManage and return the output.
|
||||
def execute(*command, &block)
|
||||
# Execute the command
|
||||
|
|
Loading…
Reference in New Issue