Module: VagrantPlugins::GPIICi

Defined in:
lib/vagrant-gpii-ci.rb,
lib/vagrant-gpii-ci/action.rb,
lib/vagrant-gpii-ci/plugin.rb,
lib/vagrant-gpii-ci/version.rb,
lib/vagrant-gpii-ci/command/ci.rb,
lib/vagrant-gpii-ci/command/base.rb,
lib/vagrant-gpii-ci/command/init.rb,
lib/vagrant-gpii-ci/command/test.rb,
lib/vagrant-gpii-ci/action/update_hosts.rb,
lib/vagrant-gpii-ci/action/init_environment.rb,
lib/vagrant-gpii-ci/action/build_vagrantfile.rb

Defined Under Namespace

Modules: Action, Command Classes: Plugin

Constant Summary collapse

VERSION =
"0.0.6"

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


13
14
15
# File 'lib/vagrant-gpii-ci.rb', line 13

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