Phase
# File lib/feed_tools/vendor/html5/lib/html5/liberalxmlparser.rb, line 142 def endTagOther(name) for node in @tree.open_elements.reverse if node.name == name {} while @tree.open_elements.pop != node break else parse_error end end end
Generated with the Darkfish Rdoc Generator 2.