Class/Module Index [+]

Quicksearch

HTML5::TreeBuilders::Hpricot::CommentNode

Public Class Methods

hpricot_class() click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/hpricot.rb, line 191
def self.hpricot_class
  ::Hpricot::Comment
end

Public Instance Methods

printTree(indent=0) click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/hpricot.rb, line 195
def printTree(indent=0)
  "\n|#{' ' * indent}<!-- #{hpricot.content} -->"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.