class Vagrant::Host

This class handles host-OS specific interactions. It is responsible for detecting the proper host OS implementation and delegating capabilities to plugins.

See {Guest} for more information on capabilities.

Public Class Methods

new(host, hosts, capabilities, env) click to toggle source
# File lib/vagrant/host.rb, line 14
def initialize(host, hosts, capabilities, env)
  initialize_capabilities!(host, hosts, capabilities, env)
end