# File lib/deltacloud/helpers/application_helper.rb, line 124
  def cdata(&block)
    text = capture_haml(&block)
    "<![CDATA[#{text.strip}]]>"
  end