Module: VagrantPlugins::Unison

Defined in:
lib/vagrant-unison2.rb,
lib/vagrant-unison2/config.rb,
lib/vagrant-unison2/plugin.rb,
lib/vagrant-unison2/command.rb,
lib/vagrant-unison2/version.rb,
lib/vagrant-unison2/ssh_command.rb,
lib/vagrant-unison2/unison_sync.rb,
lib/vagrant-unison2/unison_paths.rb,
lib/vagrant-unison2/shell_command.rb

Defined Under Namespace

Modules: UnisonSync Classes: CommandCleanup, CommandInteract, CommandOnce, CommandPolling, Config, Plugin, ShellCommand, SshCommand, UnisonPaths

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)


11
12
13
# File 'lib/vagrant-unison2.rb', line 11

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