class HTML::Node

def to_s

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