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