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

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


11
12
13
# File 'lib/vagrant-guest-msys2.rb', line 11

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