Sha256: 1578909a5490a207b453133935d08862cf6d1bda265b0fa2aa39b8887e68487d
Contents?: true
Size: 466 Bytes
Versions: 12
Compression:
Stored size: 466 Bytes
Contents
require "pathname" require "vagrant-vyos/plugin" module VagrantPlugins module GuestVyOS lib_path = Pathname.new(File.expand_path("../vagrant-vyos", __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
12 entries across 12 versions & 1 rubygems