Mega Code Archive

 
Categories / Ruby / String
 

Create a string is with Kernels String method

title = String( "Much Ado about Nothing" ) puts title # => Much Ado about Nothing