Sha256: 27a65ad635db3f691da5578f921e42e978ee2a575c91499c1e81e4a6489b94ec
Contents?: true
Size: 417 Bytes
Versions: 4
Compression:
Stored size: 417 Bytes
Contents
require "pathname" require "vagrant/compose/plugin" module VagrantPlugins module Compose lib_path = Pathname.new(File.expand_path("../compose", __FILE__)) autoload :Errors, lib_path.join("errors") # This returns the path to the source of this plugin. # # @return [Pathname] def self.source_root @source_root ||= Pathname.new(File.expand_path("../../", __FILE__)) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
vagrant-compose-0.2.2 | lib/vagrant/compose.rb |
vagrant-compose-0.2.1 | lib/vagrant/compose.rb |
vagrant-compose-0.2.0 | lib/vagrant/compose.rb |
vagrant-compose-0.1.0 | lib/vagrant/compose.rb |