hiro4bbh (Tatsuhiro Aoshima)
- Login: hiro4bbh
- Email: hiro4bbh@gmail.com
- Registered on: 01/22/2017
- Last sign in: 01/22/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/22/2017
-
07:08 AM Ruby Bug #13145 (Closed): Symbol#clone doesn't work correctly
- Ruby 2.4.0 has a bug that `Symbol` converted from `String` at first cannot be cloned:
~~~ ruby
user@mypc ~$ irb
irb(main):001:0> :abc.clone # When :abc has not been created from String (e.g. 'abc'.to_s.to_sym), clone will work.
=...