Module: VagrantPlugins::DSC

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

Defined Under Namespace

Classes: Config, DSCError, DSCUnsupportedOperation, Plugin, Provisioner

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


14
15
16
# File 'lib/vagrant-dsc.rb', line 14

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