Flowdock
to_s() public

Returns the content of this CData object

Examples

 c = CData.new( "Some text" )
 c.to_s        # -> "Some text"
Show source
Register or log in to add new notes.