Sha256: f49861786259c26f3277c2ab267cb31c6b03151c185d2e962a2137800682de6f

Contents?: true

Size: 335 Bytes

Versions: 1

Compression:

Stored size: 335 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

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-winrm-syncedfolders-0.1.0 lib/vagrant-winrm-syncedfolders.rb