6 lines
79 B
Ruby
6 lines
79 B
Ruby
module Vagrant
|
|
module Plugin
|
|
autoload :V1, "vagrant/plugin/v1"
|
|
end
|
|
end
|