Sha256: 3dd48873e45223178db7d5a3f6ea5e4c8b92930bcebe23c0a9a6468c624a2f34
Contents?: true
Size: 479 Bytes
Versions: 11
Compression:
Stored size: 479 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
11 entries across 11 versions & 1 rubygems