Module: VagrantPlugins::SyncedFolderRSyncPull

Defined in:
lib/vagrant-rsync-pull.rb,
lib/vagrant-rsync-pull/helper.rb,
lib/vagrant-rsync-pull/plugin.rb,
lib/vagrant-rsync-pull/command.rb,
lib/vagrant-rsync-pull/version.rb,
lib/vagrant-rsync-pull/synced_folder.rb

Defined Under Namespace

Classes: Command, Plugin, RsyncPullHelper, SyncedFolder

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.source_rootObject



8
9
10
# File 'lib/vagrant-rsync-pull.rb', line 8

def self.source_root
  @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
end