# File lib/xtemplate/xml.rb, line 28 def push_tag(tag) node = XNode.new(SanitizedString.new(tag)) @root.add_child(node) @root = node end