southwolf (Fei Song)
- Login: southwolf
- Registered on: 06/05/2016
- Last sign in: 06/05/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/16/2016
-
12:33 PM Ruby Bug #12496 (Third Party's Issue): [DOC] Suggestion to clear usage of String.intern
- The usage notes of `String#intern`
http://ruby-doc.org/core-2.3.1/String.html#method-i-intern
is exactly a copy of `String.to_sym`
http://ruby-doc.org/core-2.3.1/String.html#method-i-to_sym
which might cause confusion.
Which...