Sha256: 01da0fd72c3457d3c5358a3c467ea1c7af94eb570088ebfd5eba13abbaea8197
Contents?: true
Size: 512 Bytes
Versions: 33
Compression:
Stored size: 512 Bytes
Contents
require 'pathname' require 'vagrant-parallels/plugin' require 'vagrant-parallels/version' 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
33 entries across 33 versions & 1 rubygems