class REXML::CData

def to_s

c.to_s # -> "Some text"
c = CData.new( "Some text" )
_Examples_

Returns the content of this CData object
def to_s
  @string
end