lorensr (Loren Sands-Ramshaw)
- Login: lorensr
- Email: lorensr@gmail.com
- Registered on: 02/21/2011
- Last sign in: 08/27/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/21/2011
-
01:51 PM Ruby Feature #4414 (Rejected): Addition to String.split
- =begin
I'm wondering whether the following feature is acceptable before I work on a patch:
When String.split is given one or more integer arguments, the string is divided at those indices.
str = '1.9ruby30932'
version, lang...