Sha256: 0b82f34b1bc3d499686edc84b0cf6a539a2a48d73277d46a24b73a98d5a7a9de
Contents?: true
Size: 407 Bytes
Versions: 5
Compression:
Stored size: 407 Bytes
Contents
require "pathname" require "vagrant-vmware-dhcp/plugin" module VagrantPlugins module VagrantVmwareDhcp lib_path = Pathname.new(File.expand_path("../vagrant-vmware-dhcp", __FILE__)) autoload :Action, lib_path.join("action") autoload :Config, lib_path.join("config") 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