Returns a new instance of Parser.
11 12 13 14 15 16
# File 'lib/glue/template/parser.rb', line 11 def initialize(root) @root = root @config = Glue::Config.new @sitemap = Glue::Template::Sitemap.new(@config) @feed = Glue::Template::Feed.new(@config) end