= private = protected
to_s()
Returns the content of this CData object
Examples
c = CData.new( "Some text" ) c.to_s # -> "Some text"
# File lib/rexml/cdata.rb, line 35 def to_s @string end