Module: VagrantGemPlugin

Defined in:
lib/vagrant-gem.rb,
lib/vagrant-gem/command.rb,
lib/vagrant-gem/version.rb

Defined Under Namespace

Classes: Command, Plugin

Constant Summary collapse

VERSION =
"0.0.5"

Class Method Summary collapse

Class Method Details

.source_rootObject

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.expand_path('../../', __FILE__))
end