Module: VagrantPlugins::BetterHosts

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

Overview

Load our plugin

Defined Under Namespace

Modules: Action, BetterHosts Classes: Config, Plugin

Constant Summary collapse

VERSION =
'1.1.6'

Class Method Summary collapse

Class Method Details

.source_rootObject



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

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