itsme213 asked:

Why does Og::HasManyCollection not implement Enumerable?

Tags:

It does not do #find correctly, returning an array instead of the element (or nil). And Enumerable===x is false.

(1 attempts)

aidan answered:

I think this is an oversight. HasManyCollection responds to many of the Enumerable methods correctly. I'd submit this as a bug.

Rating: 0