vagrant/plugins/providers/virtualbox/provider.rb

7 lines
120 B
Ruby
Raw Normal View History

module VagrantPlugins
module ProviderVirtualBox
class Provider < Vagrant.plugin("1", :provider)
end
end
end