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