Module: VagrantPlugins::MultiHostsUpdater

Defined in:
lib/vagrant-multihostsupdater.rb,
lib/vagrant-multihostsupdater/config.rb,
lib/vagrant-multihostsupdater/plugin.rb,
lib/vagrant-multihostsupdater/command.rb,
lib/vagrant-multihostsupdater/version.rb,
lib/vagrant-multihostsupdater/HostsUpdater.rb,
lib/vagrant-multihostsupdater/Action/CacheHosts.rb,
lib/vagrant-multihostsupdater/Action/RemoveHosts.rb,
lib/vagrant-multihostsupdater/Action/UpdateHosts.rb

Defined Under Namespace

Modules: Action, MultiHostsUpdater Classes: Command, Config, Plugin

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.source_rootObject



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

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