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 =
"0.9.0"

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


22
23
24
# File 'lib/vagrant-gatling-rsync.rb', line 22

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