Module: VagrantPlugins::GatlingRsync
- Defined in:
- lib/vagrant-gatling-rsync.rb,
lib/vagrant-gatling-rsync/config.rb,
lib/vagrant-gatling-rsync/errors.rb,
lib/vagrant-gatling-rsync/plugin.rb,
lib/vagrant-gatling-rsync/version.rb,
lib/vagrant-gatling-rsync/listen/listenosx.rb,
lib/vagrant-gatling-rsync/command/rsync_auto.rb,
lib/vagrant-gatling-rsync/listen/listenlinux.rb,
lib/vagrant-gatling-rsync/action/startup_rsync.rb,
lib/vagrant-gatling-rsync/listen/listenwindows.rb
Defined Under Namespace
Modules: Errors Classes: Config, GatlingRsyncAuto, ListenLinux, ListenOSX, ListenWindows, Plugin, StartupRsync
Constant Summary collapse
- VERSION =
"1.0.1"
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.
22 23 24 |
# File 'lib/vagrant-gatling-rsync.rb', line 22 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |