Sha256: a6ddcdc7e6863206c221e22c614fc1b3edd4d2233f0ce210a8fada3d6ec1470d
Contents?: true
Size: 511 Bytes
Versions: 1
Compression:
Stored size: 511 Bytes
Contents
require "pathname" require "vagrant-ganeti/plugin" require "vagrant-ganeti/util/ganeti_client" module VagrantPlugins module GANETI lib_path = Pathname.new(File.expand_path("../vagrant-ganeti", __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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-ganeti-0.1.1 | lib/vagrant-ganeti.rb |