# File lib/hpricot/elements.rb, line 135 def prepend(str) each { |x| x.inner_html = str + x.inner_html } end