Project

General

Profile

« Previous | Next » 

Revision c6706f15

Added by jeremyevans (Jeremy Evans) about 4 years ago

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]