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