Sha256: 7974a212de5289df4219ce0f6da772b8112603c63e6b92363d47984f3acd98e8
Contents?: true
Size: 458 Bytes
Versions: 85
Compression:
Stored size: 458 Bytes
Contents
require "pathname" require "vagrant-mos/plugin" module VagrantPlugins module MOS lib_path = Pathname.new(File.expand_path("../vagrant-mos", __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
85 entries across 85 versions & 1 rubygems