# File lib/html/htmlparser.rb, line 39
39:     def reset
40:         @rawdata = ''
41:         @stack = []
42:         @lasttag = '???'
43:         @nomoretags = false
44:         @literal = false
45:     end