stevej (Steve Jorgensen)
- Login: stevej
- Email: stevej@stevej.name
- Registered on: 07/12/2015
- Last sign in: 08/04/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/12/2015
-
08:18 PM Ruby Feature #11346: New #intern_str or similarly-named method of Symbol to return a cached, frozen string (like "string".freeze)
- In the description, "(assuming #to_s does)" should read "(assuming #to_s returns equivalent strings)".
-
07:11 PM Ruby Feature #11346 (Rejected): New #intern_str or similarly-named method of Symbol to return a cached, frozen string (like "string".freeze)
- While I don't think it would be a good idea to change the behavior of the existing Symbol#to_s method as suggested in issue 11066, I think that it would be extremely useful to have some instance method of Symbol to perform that operation...