Module: VagrantPlugins::ScpSync
- Defined in:
- lib/vagrant-scp-sync.rb,
lib/vagrant-scp-sync/errors.rb,
lib/vagrant-scp-sync/plugin.rb,
lib/vagrant-scp-sync/command/scp.rb,
lib/vagrant-scp-sync/synced_folder.rb,
lib/vagrant-scp-sync/action/scp_sync.rb
Overview
This is used to SCP files to/from Guests and Hosts
Defined Under Namespace
Modules: Command, Errors Classes: Plugin, ScpSyncHelper, SshOptions, SyncedFolder
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
10 11 12 |
# File 'lib/vagrant-scp-sync.rb', line 10 def self.source_root @source_root ||= Pathname.new(File.('..', __dir__)) end |