to_s()
Return a textual representation of the node.
# File actionpack/lib/action_controller/vendor/html-scanner/html/node.rb, line 75 def to_s @children.join() end