Sha256: 9972fc27de90321edba1dffc7298d7609b75658f12dd52d96ac846a42cf7f835

Contents?: true

Size: 253 Bytes

Versions: 5

Compression:

Stored size: 253 Bytes

Contents

module Vagrant
  module Hosts
    autoload :Base,  'vagrant/hosts/base'
    autoload :Arch,  'vagrant/hosts/arch'
    autoload :BSD,   'vagrant/hosts/bsd'
    autoload :Fedora, 'vagrant/hosts/fedora'
    autoload :Linux, 'vagrant/hosts/linux'
  end
end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
vagrantup-0.8.7 lib/vagrant/hosts.rb
vagrantup-0.8.6 lib/vagrant/hosts.rb
vagrant-0.8.7 lib/vagrant/hosts.rb
rvagrant-0.8.7.dev lib/vagrant/hosts.rb
vagrant-0.8.6 lib/vagrant/hosts.rb