module Hpricot::Traverse

def inner_html=(inner)

the HTML contained in string +inner+.
Inserts new contents into the current node, based on
def inner_html=(inner)
  html(inner || [])
end