Module: VagrantPlugins::Tachyon

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

Defined Under Namespace

Classes: Config, Plugin, Provisioner

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


12
13
14
# File 'lib/vagrant-provisioner-tachyon.rb', line 12

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