= private = protected
new(parent, line, pos, content)
Creates a new text node as a child of the given parent, with the given content.
# File actionpack/lib/action_controller/vendor/html-scanner/html/node.rb, line 214 def initialize(parent, line, pos, content) super(parent, line, pos) @content = content end