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