Module: VagrantPlugins::ComposeYaml
- Defined in:
- lib/vagrant-compose-yaml.rb,
lib/vagrant-compose-yaml/plugin.rb,
lib/vagrant-compose-yaml/command.rb,
lib/vagrant-compose-yaml/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.1.0'
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-compose-yaml.rb', line 14 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |