Fix documentation for String#{<<,concat,prepend}
These methods mutate and return the receiver, they don't create and return a new string.
Fixes [Bug #18241]
Fix documentation for String#{<<,concat,prepend}
These methods mutate and return the receiver, they don't create
and return a new string.
Fixes [Bug #18241]