katmagic (Kat Magic)
- Login: katmagic
- Email: the.magical.kat@gmail.com
- Registered on: 02/21/2011
- Last sign in: 09/06/2011
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
08/27/2011
- 06:14 AM Ruby master Bug #5235 (Rejected): Ruby fails to freeze Strings and Numerics.
- x = 0
x.freeze()
x += 1
x # => 1
s = ""
s.freeze()
s += "a"
s # => "a"
Also available in: Atom