Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v4.1.8) is shown here.
new(parent, line, pos, content)
public
Creates a new text node as a child
of the given parent, with the given content.
# File actionview/lib/action_view/vendor/html-scanner/html/node.rb, line 214
def initialize(parent, line, pos, content)
super(parent, line, pos)
@content = content
end