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