class Hpricot::Elements
def prepend(str = nil, &blk)
Add to the start of the contents inside each element in this list.
def prepend(str = nil, &blk) each { |x| x.html(x.make(str, &blk) + x.children) } end
def prepend(str = nil, &blk) each { |x| x.html(x.make(str, &blk) + x.children) } end