Sha256: d4026a3c1202fb628ba8291d9444c63df9603b74b8c7ee95b8cad402410c8106
Contents?: true
Size: 476 Bytes
Versions: 11
Compression:
Stored size: 476 Bytes
Contents
require "pathname" require "vagrant-parallels/plugin" module VagrantPlugins module Parallels lib_path = Pathname.new(File.expand_path("../vagrant-parallels", __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