# File lib/hpricot/elements.rb, line 92
    def inner_html=(string)
      each { |x| x.inner_html = string }
    end