class HTML::Node

def to_s

Return a textual representation of the node.
def to_s
  @children.join()
end