string prepend ruby

"String".prepend("Prepended string")
# => "Prepended stringString"
Caffeinated Developer