Sha256: d770a4b414efaa2497a2469c271c82a8723ecb95ce5c24ee0f9f39dcb78034e4
Contents?: true
Size: 460 Bytes
Versions: 1
Compression:
Stored size: 460 Bytes
Contents
require "vagrant-winrm-s/version" require "vagrant-winrm-s/plugin" module VagrantPlugins module CommunicatorWinRM lib_path = Pathname.new(File.expand_path("../vagrant-winrm-s", __FILE__)) autoload :Communicator, lib_path.join("communicator") # This returns the path to the source of this plugin. # # @return [Pathname] def self.source_root @source_root ||= Pathname.new(File.expand_path("../../", __FILE__)) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-winrm-s-0.0.4 | lib/vagrant-winrm-s.rb |