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