# File lib/html/htmlparser.rb, line 34
34:     def initialize(verbose=false)
35:         @verbose = verbose
36:         reset
37:     end