Module: VagrantPlugins::ScriptRock

Defined in:
lib/vagrant-scriptrock.rb,
lib/vagrant-scriptrock/config.rb,
lib/vagrant-scriptrock/plugin.rb,
lib/vagrant-scriptrock/version.rb,
lib/vagrant-scriptrock/provisioner.rb

Defined Under Namespace

Classes: Config, Plugin, Provisioner

Constant Summary collapse

VERSION =
"0.0.5"

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


13
14
15
# File 'lib/vagrant-scriptrock.rb', line 13

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