Sha256: 03e50b1da27c36434492cdb0c185ea72c3a479c6227a38903acf8ec95683715d
Contents?: true
Size: 356 Bytes
Versions: 4
Compression:
Stored size: 356 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") def self.source_root @source_root ||= Pathname.new(File.expand_path("../../", __FILE__)) end end end
Version data entries
4 entries across 4 versions & 1 rubygems