hernanat (Anthony Hernandez)
- Login: hernanat
- Registered on: 10/05/2021
- Last sign in: 07/21/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/05/2021
-
03:22 PM Ruby Bug #18241: Question on String Concatentation Documentation
- edit: to be clear, I'm making a distinction between "new string" in the contents-sense, and "new string" in the memory location sense.
For example, the `<<` operation on `Array` inserts an array entry and returns `self`, which is why ... -
03:18 PM Ruby Bug #18241 (Closed): Question on String Concatentation Documentation
- Hello,
I noticed that the documentation for `<<` and `concat` both state that the result of each operation is a new string.
However, while doing some experimenting myself I noticed that this doesn't seem to be the case. The result ...