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

Classes: Command, Plugin

Constant Summary collapse

VERSION =
'0.1.0'

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-compose-yaml.rb', line 14

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