2013-02-28 00:17:58 -08:00

10 lines
225 B
Ruby

module Vagrant
module Config
module V2
autoload :DummyConfig, "vagrant/config/v2/dummy_config"
autoload :Loader, "vagrant/config/v2/loader"
autoload :Root, "vagrant/config/v2/root"
end
end
end