sergio.gallelli (Sergio Gallelli)
- Login: sergio.gallelli
- Email: sergio.gallelli@gmail.com
- Registered on: 11/16/2014
- Last sign in: 01/29/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/16/2014
-
12:39 PM Ruby Bug #10518: String "delete" method does not remove some characters from input string
- Sorry, I did not realize the dash character stays for range and, as such, must be escaped.
This is probably convenient in some cases, however it might be "dangerous" in other circumstances.
Anyway, this is the way Ruby works, so I thin... -
11:39 AM Ruby Bug #10518 (Rejected): String "delete" method does not remove some characters from input string
- This bug affects all Ruby versions I tried, i.e. 2.0.0 and 2.1.4 on Windows and 2.1.5 on Linux
In some cases the String "delete" method does not remove all the characters from the input string I ask for removal.
The problem seems to de...