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/RemoveHosts.rb,
lib/vagrant-goodhosts/Action/UpdateHosts.rb

Defined Under Namespace

Modules: Action, GoodHosts Classes: Config, Plugin

Constant Summary collapse

VERSION =
'1.0.1'

Class Method Summary collapse

Class Method Details

.source_rootObject



6
7
8
# File 'lib/vagrant-goodhosts.rb', line 6

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