method

to_s

v1_8_7_72 - Show latest stable - Class: REXML::CData
to_s()
public

Returns the content of this CData object

Examples

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