Sha256: 9c44961ac60caebdcbdac3df4d96c3561337151ac53e1d90dd06877acca80db8

Contents?: true

Size: 320 Bytes

Versions: 2

Compression:

Stored size: 320 Bytes

Contents

require "pathname"
require "vagrant-winrm-syncedfolders/plugin"

module VagrantPlugins
  module SyncedFolderWinRM
    # 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

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-winrm-syncedfolders-1.0.1 lib/vagrant-winrm-syncedfolders.rb
vagrant-winrm-syncedfolders-1.0.0 lib/vagrant-winrm-syncedfolders.rb