Mega Code Archive

 
Categories / Ruby / String
 

Call concat method through string variable

h = "Hello, " m = "myValue!" h.concat(m)