# File lib/xml/dom2/cdatasection.rb, line 60
def
to_s
"<![CDATA[#{@value}]]>"
end