This string is used to generate the value of an element. It will not be HTML-escaped.
element = HtmlGen::Element.new("b") element.str_html = "Te<i>s</i>t" element.html #=> "<b>Te<i>s</i>t</b>"
46 47 48
# File 'lib/html_gen/element.rb', line 46 def str_html @str_html end