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
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
12 13 14 |
# File 'lib/vagrant-fabric.rb', line 12 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |