class Hpricot::Elements

def inner_html=(string)

list.
which is loaded into Hpricot objects and inserted into every element in this
Replaces the contents of each element in this list. Supply an HTML +string+,
def inner_html=(string)
  each { |x| x.inner_html = string }
end