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
-
.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.
14 15 16 |
# File 'lib/vagrant-qienv.rb', line 14 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |