From b8db119d509c0b6b239ccbcdb49803507c4cf57e Mon Sep 17 00:00:00 2001 From: John Bender Date: Thu, 9 Feb 2012 23:04:06 -0800 Subject: [PATCH] expose virtualbox base driver methods execute and raw --- lib/vagrant/driver/virtualbox_base.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/vagrant/driver/virtualbox_base.rb b/lib/vagrant/driver/virtualbox_base.rb index 2826362ae..71d1e15cc 100644 --- a/lib/vagrant/driver/virtualbox_base.rb +++ b/lib/vagrant/driver/virtualbox_base.rb @@ -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