call-seq:
Builder.new
Creates a new Builder object for creating pages from the content and layout directories.
97 98 99
# File 'lib/webby/builder.rb', line 97 def initialize @logger = Logging::Logger[self] end