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