Sha256: a5997e88f69929f88b10afc13ed39990648a50d4a32535eda14f30d1d6a90807
Contents?: true
Size: 458 Bytes
Versions: 37
Compression:
Stored size: 458 Bytes
Contents
require "pathname" require "vagrant-aws/plugin" module VagrantPlugins module AWS lib_path = Pathname.new(File.expand_path("../vagrant-aws", __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
37 entries across 37 versions & 10 rubygems