Module: VagrantPlugins::Pcc

Defined in:
lib/vagrant-pcc.rb,
lib/vagrant-pcc/action.rb,
lib/vagrant-pcc/plugin.rb,
lib/vagrant-pcc/version.rb,
lib/vagrant-pcc/action/cleanup.rb

Defined Under Namespace

Modules: Action Classes: Plugin

Constant Summary collapse

VERSION =
'0.0.3'

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


13
14
15
# File 'lib/vagrant-pcc.rb', line 13

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