General

Profile

nick78 (Nick S)

Issues

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

Activity

01/08/2014

12:56 PM Ruby Bug #9381 (Closed): 2.1.0 Regression. Hash lookup with #hash and #eql?
Ruby 2.1.0 won't fetch objects when the lookup key overrides `#hash` and `#eql?`.
This is a regression as it works as expected in ruby 1.8, 1.9 and 2.0.
```ruby
class Wrapper
def initialize(obj)
@obj = obj
end
def me...
nick78 (Nick S)

Also available in: Atom