# File lib/html/htmlparser.rb, line 297 297: def handle_endtag(tag, method) 298: self.send(method) 299: end