Module: VagrantPlugins::Bindfs

Defined in:
lib/vagrant-bindfs.rb,
lib/vagrant-bindfs/bind.rb,
lib/vagrant-bindfs/config.rb,
lib/vagrant-bindfs/errors.rb,
lib/vagrant-bindfs/plugin.rb,
lib/vagrant-bindfs/version.rb,
lib/vagrant-bindfs/cap/debian/bindfs_install.rb,
lib/vagrant-bindfs/cap/linux/bindfs_installed.rb

Defined Under Namespace

Modules: Action, Cap Classes: Config, Error, Plugin

Constant Summary collapse

VERSION =
"0.2.4"

Class Method Summary collapse

Class Method Details

.source_rootObject

Returns the path to the source of this plugin



15
16
17
# File 'lib/vagrant-bindfs.rb', line 15

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