= private = protected
clone()
Make a copy of this object
Examples
c = CData.new( "Some text" ) d = c.clone d.to_s # -> "Some text"
# File lib/rexml/cdata.rb, line 26 def clone CData.new self end