Sha256: bbafce7d9e3f7394ce99e53a602ef8009b9f1cf7143a0d57f98eeb4627928d69

Contents?: true

Size: 341 Bytes

Versions: 2

Compression:

Stored size: 341 Bytes

Contents

# frozen_string_literal: true

require 'vagrant-scp-sync/version'
require 'vagrant-scp-sync/plugin'
require 'vagrant-scp-sync/errors'

module VagrantPlugins
  # This is used to SCP files to/from Guests and Hosts
  module ScpSync
    def self.source_root
      @source_root ||= Pathname.new(File.expand_path('..', __dir__))
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-scp-sync-0.5.10 lib/vagrant-scp-sync.rb
vagrant-scp-sync-0.5.9 lib/vagrant-scp-sync.rb