Sha256: 8da364b319ff06f72bccd17c69500b57fb5a51ac040dfe290a107eda22128af2
Contents?: true
Size: 443 Bytes
Versions: 42
Compression:
Stored size: 443 Bytes
Contents
module Puppet::Util::LogPaths # return the full path to us, for logging and rollback # some classes (e.g., FileTypeRecords) will have to override this def path @path ||= '/' + pathbuilder.join('/') end def source_descriptors descriptors = {} descriptors[:tags] = tags [:path, :file, :line].each do |param| next unless value = send(param) descriptors[param] = value end descriptors end end
Version data entries
42 entries across 42 versions & 3 rubygems