Module: VagrantPlugins::GuestMSYS2
- Defined in:
- lib/vagrant-guest-msys2.rb,
lib/vagrant-guest-msys2/guest.rb,
lib/vagrant-guest-msys2/errors.rb,
lib/vagrant-guest-msys2/plugin.rb,
lib/vagrant-guest-msys2/version.rb,
lib/vagrant-guest-msys2/cap/halt.rb,
lib/vagrant-guest-msys2/cap/rsync.rb,
lib/vagrant-guest-msys2/guest_network.rb,
lib/vagrant-guest-msys2/util/cap_helpers.rb,
lib/vagrant-guest-msys2/cap/change_host_name.rb,
lib/vagrant-guest-msys2/cap/insert_public_key.rb,
lib/vagrant-guest-msys2/cap/remove_public_key.rb,
lib/vagrant-guest-msys2/cap/configure_networks.rb,
lib/vagrant-guest-msys2/cap/mount_shared_folder.rb,
lib/vagrant-guest-msys2/cap/choose_addressable_ip_addr.rb
Defined Under Namespace
Modules: Cap, Errors, Util Classes: Guest, GuestNetwork, Plugin
Constant Summary collapse
- VERSION =
"0.0.6"
Class Method Summary collapse
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
11 12 13 |
# File 'lib/vagrant-guest-msys2.rb', line 11 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |