# File lib/puppet/util/log_paths.rb, line 7 7: def path 8: @path ||= pathbuilder 9: 10: "/" + @path.join("/") 11: end