Mega Code Archive

 
Categories / Ruby / String
 

Push several strings into one

"Hello," << " " << "myValue" << "!" # => Hello, myValue!