Sha256: e3d955754693d3d70de4c56d2d8f8bcfcca21de91e0ec2a612ba984ab151e288
Contents?: true
Size: 383 Bytes
Versions: 12
Compression:
Stored size: 383 Bytes
Contents
# Created by Luke Kanies on 2007-07-04. # Copyright (c) 2007. All rights reserved. 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 unless defined? @path @path = pathbuilder end return "/" + @path.join("/") end end
Version data entries
12 entries across 12 versions & 1 rubygems