# File lib/logging.rb, line 364 def path( *args ) args.empty? ? PATH : ::File.join(PATH, args.flatten) end