clone()
Instance Public methods
Make a copy of this object
Examples
1 2 3 | c = CData. new ( "Some text" ) d = c.clone d.to_s # -> "Some text" |
Make a copy of this object
Examples
1 2 3 | c = CData. new ( "Some text" ) d = c.clone d.to_s # -> "Some text" |
Designed by : w10schools
service@w10schools.com
Please login to continue.