_text(text)
Insert text directly in to the builder's target.
# File actionpack/lib/action_view/vendor/builder/xmlmarkup.rb, line 259 def _text(text) @target << text end