Module: VagrantPlugins::Triggers

Defined in:
lib/vagrant-triggers.rb,
lib/vagrant-triggers/dsl.rb,
lib/vagrant-triggers/action.rb,
lib/vagrant-triggers/config.rb,
lib/vagrant-triggers/errors.rb,
lib/vagrant-triggers/plugin.rb,
lib/vagrant-triggers/version.rb,
lib/vagrant-triggers/action/trigger.rb

Defined Under Namespace

Modules: Action, Errors Classes: Config, DSL, Plugin

Constant Summary collapse

VERSION =
"0.4.2"

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


15
16
17
# File 'lib/vagrant-triggers.rb', line 15

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