vagrant/lib/vagrant/plugin.rb

6 lines
79 B
Ruby

module Vagrant
module Plugin
autoload :V1, "vagrant/plugin/v1"
end
end