General

Profile

drewish (Andrew Morton)

  • Login: drewish
  • Registered on: 02/19/2016
  • Last sign in: 03/31/2017

Issues

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

Activity

02/19/2016

07:27 PM Ruby Bug #12091 (Closed): Freezing a SortedSet breaks Enumerable
If you freeze a `SortedSet` it looses most functionality because of the way `to_a` is implemented:
```
irb(main):001:0> require 'set'
=> true
irb(main):002:0> Set.new.freeze
=> #<Set: {}>
irb(main):003:0> SortedSet.new.freeze
Ru...
drewish (Andrew Morton)

Also available in: Atom