# File lib/action_view/helpers/tag_helper.rb, line 108 def cdata_section(content) "<![CDATA[#{content}]]>".html_safe end