Methods

Class/Module Index [+]

Quicksearch

HTML5::TreeBuilders::SimpleTree::CommentNode

Public Class Methods

new(value) click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/simpletree.rb, line 154
def initialize value
  super nil
  @value = value
end

Public Instance Methods

to_s() click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/simpletree.rb, line 159
def to_s
  "<!-- %s -->" % value
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.