Sha256: c32a649e03a1ea489724a0940624fadff23c888ce9f8bf53c9ff024fc1b1b99c
Contents?: true
Size: 374 Bytes
Versions: 5
Compression:
Stored size: 374 Bytes
Contents
require 'pathname' require 'vagrant-qubes/plugin' module VagrantPlugins module Qubes lib_path = Pathname.new(File.expand_path('../vagrant-qubes', __FILE__)) autoload :Action, lib_path.join('action') autoload :Errors, lib_path.join('errors') def self.source_root @source_root ||= Pathname.new(File.expand_path('../../', __FILE__)) end end end
Version data entries
5 entries across 5 versions & 1 rubygems