Module: VagrantGemPlugin
- Defined in:
- lib/vagrant-gem.rb,
lib/vagrant-gem/command.rb,
lib/vagrant-gem/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.0.5"
Class Method Summary collapse
-
.source_root ⇒ Object
The source root is the path to the root directory of the plugin gem.
Class Method Details
.source_root ⇒ Object
The source root is the path to the root directory of the plugin gem.
13 14 15 |
# File 'lib/vagrant-gem.rb', line 13 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |