Module: VagrantPlugins::GoodHosts

Defined in:
lib/vagrant-goodhosts.rb,
lib/vagrant-goodhosts/config.rb,
lib/vagrant-goodhosts/plugin.rb,
lib/vagrant-goodhosts/version.rb,
lib/vagrant-goodhosts/GoodHosts.rb,
lib/vagrant-goodhosts/Action/BaseAction.rb,
lib/vagrant-goodhosts/Action/RemoveHosts.rb,
lib/vagrant-goodhosts/Action/UpdateHosts.rb

Overview

Load our plugin

Defined Under Namespace

Modules: Action, GoodHosts Classes: Config, Plugin

Constant Summary collapse

VERSION =
'1.1.8'

Class Method Summary collapse

Class Method Details

.source_rootObject



9
10
11
# File 'lib/vagrant-goodhosts.rb', line 9

def self.source_root
  @source_root ||= Pathname.new(File.expand_path('../../', __FILE__))
end