Mega Code Archive

 
Categories / Ruby / String
 

Creating Strings

You can create strings with the new method.  title = String.new # => ""