Methods

Class/Module Index [+]

Quicksearch

HTML5::TreeBuilders::SimpleTree::TextNode

Public Class Methods

new(value) click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/simpletree.rb, line 143
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 148
def to_s
   '"%s"' % value
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.