Mega Code Archive

 
Categories / Ruby / String
 

Append one string to another with the + method

puts "Hello, " + "Matz!"