Module: VagrantPlugins::RsyncOnlyChanged

Defined in:
lib/vagrant-rsync-only-changed.rb,
lib/vagrant-rsync-only-changed/config.rb,
lib/vagrant-rsync-only-changed/errors.rb,
lib/vagrant-rsync-only-changed/helper.rb,
lib/vagrant-rsync-only-changed/plugin.rb,
lib/vagrant-rsync-only-changed/version.rb,
lib/vagrant-rsync-only-changed/command/rsync_auto.rb,
lib/vagrant-rsync-only-changed/action/startup_rsync.rb

Defined Under Namespace

Modules: Errors Classes: Config, Plugin, RsyncHelper, RsyncOnlyChangedAuto, StartupRsync

Constant Summary collapse

VERSION =
"0.8.2"

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


20
21
22
# File 'lib/vagrant-rsync-only-changed.rb', line 20

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