Module: VagrantPlugins::Unison

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

Defined Under Namespace

Modules: UnisonSync Classes: Command, CommandCleanup, CommandInteract, CommandRepeat, Config, Plugin, ShellCommand, SshCommand, UnisonPaths

Constant Summary collapse

VERSION =
"0.0.25"

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-unison-morroni.rb', line 11

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