Module: VagrantPlugins::Cienv

Defined in:
lib/vagrant-qienv.rb,
lib/vagrant-qienv/action.rb,
lib/vagrant-qienv/plugin.rb,
lib/vagrant-qienv/version.rb,
lib/vagrant-qienv/command/base.rb,
lib/vagrant-qienv/command/init.rb,
lib/vagrant-qienv/command/test.rb,
lib/vagrant-qienv/action/init_environment.rb

Defined Under Namespace

Modules: Action, Command Classes: Plugin

Constant Summary collapse

VERSION =
"0.0.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-qienv.rb', line 14

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