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