Sha256: 8836e055e873f203136ac79462224c59c95753a663501701d58326017c20b2d1
Contents?: true
Size: 416 Bytes
Versions: 8
Compression:
Stored size: 416 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
8 entries across 8 versions & 1 rubygems