class Hpricot::Elements

def to_html

string.
Convert this group of elements into a complete HTML fragment, returned as a
def to_html
  map { |x| x.output("") }.join
end