Mega Code Archive

 
Categories / Ruby / String
 

Concatenate a string to the result

taf = "That's ".downcase * 3 + "all folks!"  taf.capitalize