# File lib/rubyful_soup.rb, line 667
  def cdata(content)
    handle_data("<![CDATA[#{content}]]")
  end