# File src/TemplateParser.rb, line 173 def textToken(text) @nodestack.last.addChild TextElement.new(text) end