# File lib/html/htmlparser.rb, line 60
60:     def feed(data)
61:         @rawdata << data
62:         goahead(false)
63:     end