Module: VagrantPlugins::PluginBundler

Defined in:
lib/vagrant-plugin-bundler.rb,
lib/vagrant-plugin-bundler/action.rb,
lib/vagrant-plugin-bundler/config.rb,
lib/vagrant-plugin-bundler/errors.rb,
lib/vagrant-plugin-bundler/plugin.rb,
lib/vagrant-plugin-bundler/version.rb,
lib/vagrant-plugin-bundler/action/check.rb

Defined Under Namespace

Modules: Action, Errors Classes: Config, Plugin

Constant Summary collapse

VERSION =
"0.1.1"

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


14
15
16
# File 'lib/vagrant-plugin-bundler.rb', line 14

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