Module: VagrantPlugins::RsyncBlitz

Defined in:
lib/vagrant-rsync-blitz.rb,
lib/vagrant-rsync-blitz/config.rb,
lib/vagrant-rsync-blitz/errors.rb,
lib/vagrant-rsync-blitz/plugin.rb,
lib/vagrant-rsync-blitz/version.rb,
lib/vagrant-rsync-blitz/listen/listenosx.rb,
lib/vagrant-rsync-blitz/command/rsync_auto.rb,
lib/vagrant-rsync-blitz/listen/listenlinux.rb,
lib/vagrant-rsync-blitz/action/startup_rsync.rb,
lib/vagrant-rsync-blitz/listen/listenwindows.rb

Defined Under Namespace

Modules: Errors Classes: Config, ListenLinux, ListenOSX, ListenWindows, Plugin, RsyncBlitzAuto, StartupRsync

Constant Summary collapse

VERSION =
"2.0.0"

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


15
16
17
# File 'lib/vagrant-rsync-blitz.rb', line 15

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