7 lines
120 B
Ruby
7 lines
120 B
Ruby
module VagrantPlugins
|
|
module ProviderVirtualBox
|
|
class Provider < Vagrant.plugin("1", :provider)
|
|
end
|
|
end
|
|
end
|