Module: VagrantPlugins::HostsUpdater
- Included in:
- Action::CacheHosts, Action::RemoveHosts, Action::UpdateHosts
- Defined in:
- lib/vagrant-multi-hostsupdater.rb,
lib/vagrant-multi-hostsupdater/config.rb,
lib/vagrant-multi-hostsupdater/plugin.rb,
lib/vagrant-multi-hostsupdater/command.rb,
lib/vagrant-multi-hostsupdater/Action/CacheHosts.rb,
lib/vagrant-multi-hostsupdater/Action/RemoveHosts.rb,
lib/vagrant-multi-hostsupdater/Action/UpdateHosts.rb
Defined Under Namespace
Modules: Action Classes: Command, Config, Plugin
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
6 7 8 |
# File 'lib/vagrant-multi-hostsupdater.rb', line 6 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |