Sha256: cb64e06a5f17890751685bed557c762de69d1d2119dc74070b0a127f8b31b0a8
Contents?: true
Size: 299 Bytes
Versions: 5
Compression:
Stored size: 299 Bytes
Contents
module Vagrant module Hosts autoload :Base, 'vagrant/hosts/base' autoload :Arch, 'vagrant/hosts/arch' autoload :BSD, 'vagrant/hosts/bsd' autoload :FreeBSD,'vagrant/hosts/freebsd' autoload :Fedora, 'vagrant/hosts/fedora' autoload :Linux, 'vagrant/hosts/linux' end end
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
vagrantup-0.8.9 | lib/vagrant/hosts.rb |
vagrantup-0.8.8 | lib/vagrant/hosts.rb |
vagrantup-0.8.10 | lib/vagrant/hosts.rb |
vagrant-0.8.10 | lib/vagrant/hosts.rb |
vagrant-0.8.8 | lib/vagrant/hosts.rb |