Mega Code Archive

 
Categories / Ruby / String
 

Concatenate (join) strings together, using a +

puts "It " + "was " + "too " + "Cary " + "Grant!"