Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1.0.0) is shown here.
_text(text)
private
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