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
-
.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.
11 12 13 |
# File 'lib/vagrant-unison2.rb', line 11 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |