Method: Vagrant.hosts

Defined in:
lib/vagrant.rb

.hostsObject

Global registry of available host classes and shortcut symbols associated with them.

This registry is used to look up the shorcuts for config.vagrant.host, or to query all hosts for automatically detecting the host system. The registry is global to all of Vagrant.



117
118
119
# File 'lib/vagrant.rb', line 117

def self.hosts
  @hosts ||= Registry.new
end