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