Module: VagrantPlugins::CommunicatorWinRM

Defined in:
lib/vagrant-winrm-s.rb,
lib/vagrant-winrm-s/shell.rb,
lib/vagrant-winrm-s/plugin.rb,
lib/vagrant-winrm-s/communicator.rb

Defined Under Namespace

Classes: WinRMSShell, WinrmSCommunicator, WinrmSPlugin

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


12
13
14
# File 'lib/vagrant-winrm-s.rb', line 12

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