284km (kazuma furuhashi)
- Login: 284km
- Registered on: 08/09/2017
- Last sign in: 09/05/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/18/2019
-
11:15 PM Ruby Feature #15771: Add `String#split` option to set `split_type string` with a single space separator
- pull request: https://github.com/ruby/ruby/pull/2132
04/16/2019
-
04:42 AM Ruby Feature #15771 (Feedback): Add `String#split` option to set `split_type string` with a single space separator
- When `String#split`'s separator is a single space character, it executes under `split_type: awk`.
When you want to split literally by a single space `" "`, and not a sequence of space characters, you need to take special care. For exa...