General

Profile

mhuggins (Matt Huggins)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

03/13/2013

05:55 AM Ruby Bug #8078 (Rejected): Once nil is frozen, an unfrozen instance cannot be reached
=begin
This is a rather peculiar bug I stumbled across. The basic issue is that once `nil` has been frozen, there is no way to access an unfrozen instance of nil.
nil.frozen? => false
nil.freeze
nil.frozen? => true
I s...
mhuggins (Matt Huggins)

Also available in: Atom