Append text to the output target. Escape any markup. May be used within the markup brakets as:
builder.p { |b| b.br; b.text! "HI" } #=> <p><br />HI</p>
# File builder/xmlbase.rb, line 80 def text!(text) _text(_escape(text)) end
<code/>
<pre/>
<code/>and<pre/>for code samples.