Sha256: ed4f15a1882eec095c6abbedb12561b58ef73393967eb38db9ac016307b36ad9
Contents?: true
Size: 478 Bytes
Versions: 9
Compression:
Stored size: 478 Bytes
Contents
require "pathname" require "vagrant-cloudstack/plugin" module VagrantPlugins module Cloudstack lib_path = Pathname.new(File.expand_path("../vagrant-cloudstack", __FILE__)) autoload :Action, lib_path.join("action") 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
9 entries across 9 versions & 1 rubygems