Module: VagrantPlugins::Unison

Defined in:
lib/vagrant-unison.rb,
lib/vagrant-unison/config.rb,
lib/vagrant-unison/plugin.rb,
lib/vagrant-unison/command.rb,
lib/vagrant-unison/version.rb

Defined Under Namespace

Classes: Command, Config, Plugin

Constant Summary collapse

VERSION =
"0.0.9"

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

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