Module: VagrantPlugins::ConfigSpec

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

Defined Under Namespace

Classes: Config, Plugin, Provisioner

Constant Summary collapse

VERSION =
'0.0.1'

Class Method Summary collapse

Class Method Details

.source_rootObject



11
12
13
# File 'lib/vagrant-configspec.rb', line 11

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