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
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
20 21 22 |
# File 'lib/vagrant-rsync-only-changed.rb', line 20 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |