Module: VagrantPlugins::Fabric

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

Defined Under Namespace

Classes: Config, Plugin, Provisioner

Constant Summary collapse

VERSION =
"0.2.2"

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-fabric.rb', line 12

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