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.
_end_tag(sym)
private
# File actionpack/lib/action_view/vendor/builder/xmlmarkup.rb, line 283
def _end_tag(sym)
@target << "</#{sym}>"
end