vaguerent/lib/vagrant/plugin.rb
2012-05-05 12:57:31 -07:00

6 lines
79 B
Ruby

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