class HTML::Text

def to_s

Returns the content of this node.
def to_s
  @content
end