Method: HTML5::TreeBuilders::Hpricot::TextNode#printTree

Defined in:
lib/feed_tools/vendor/html5/lib/html5/treebuilders/hpricot.rb

#printTree(indent = 0) ⇒ Object



186
187
188
# File 'lib/feed_tools/vendor/html5/lib/html5/treebuilders/hpricot.rb', line 186

def printTree(indent=0)
  "\n|#{' ' * indent}\"#{hpricot.content}\""
end