# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/hpricot.rb, line 171definitializesuper('')
end
Public Instance Methods
printTree(indent=0)click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/hpricot.rb, line 175defprintTree(indent=0)
childNodes.inject('') {|tree, child|tree+child.printTree(indent+2) }
end