# File lib/feedparser/sgml-parser.rb, line 35 def reset @rawdata = '' @stack = [] @lasttag = '???' @nomoretags = false @literal = false end