vaguerent/lib/vagrant/driver/virtualbox_4_0.rb
2012-01-07 21:16:40 -08:00

9 lines
125 B
Ruby

module Vagrant
module Driver
# Driver to communicate with VirtualBox 4.0.x
class VirtualBox_4_0
end
end
end