# File lib/html/htmlparser.rb, line 301
301:     def report_unbalanced(tag)
302:         if @verbose
303:         print '*** Unbalanced </' + tag + '>', "\n"
304:         print '*** Stack:', self.stack, "\n"
305:         end
306:     end