# File lib/xml/dom2/cdatasection.rb, line 69 def dump(depth = 0) print ' ' * depth * 2 print "<![CDATA[#{@value.inspect}]]>\n" end