Module | ActionView::Helpers::TagHelper |
In: |
lib/action_view/helpers/tag_helper.rb
|
This is poor man’s Builder for the rare cases where you need to programmatically make tags but can’t use Builder.
Returns a CDATA section for the given content. CDATA sections are used to escape blocks of text containing characters which would otherwise be recognized as markup. CDATA sections begin with the string <![CDATA[ and end with (and may not contain) the string ]]>.
Examples: