Module: VagrantPlugins::Boot2docker
- Defined in:
- lib/vagrant-boot2docker.rb,
lib/vagrant-boot2docker/guest.rb,
lib/vagrant-boot2docker/plugin.rb,
lib/vagrant-boot2docker/version.rb,
lib/vagrant-boot2docker/cap/configure_networks.rb
Defined Under Namespace
Modules: Cap Classes: Guest, Plugin
Constant Summary collapse
- VERSION =
"0.0.6"
Class Method Summary collapse
-
.source_root ⇒ Object
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Object
This returns the path to the source of this plugin.
11 12 13 |
# File 'lib/vagrant-boot2docker.rb', line 11 def self.source_root @source_root ||= Pathname.new(File.("../../../", __FILE__)) end |