Sha256: 5f912f51624da5a07f10de09f01a40e675aca78524474b4ee9c3afd8af6d4e32

Contents?: true

Size: 225 Bytes

Versions: 82

Compression:

Stored size: 225 Bytes

Contents

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

Version data entries

82 entries across 75 versions & 13 rubygems

Version Path
vagrant-actionio-0.0.9 vendor/bundle/bundler/gems/vagrant-c74251a1d9c0/lib/vagrant/config/v1.rb
vagrant-lxc-0.0.1 vendor/vagrant/lib/vagrant/config/v1.rb