module Hpricot::Traverse

def to_html

as a method on this object.
If you need to write to a stream, try calling output(io)
Builds an HTML string from this node and its contents.
def to_html
  output("")
end