From: sawadatsuyoshi@... Date: 2015-02-21T20:04:33+00:00 Subject: [ruby-core:68214] [Ruby trunk - Feature #10880] [Open] Subclassing Array from Enumerator Issue #10880 has been reported by Tsuyoshi Sawada. ---------------------------------------- Feature #10880: Subclassing Array from Enumerator https://bugs.ruby-lang.org/issues/10880 * Author: Tsuyoshi Sawada * Status: Open * Priority: Normal * Assignee: ---------------------------------------- It often happens that I want to use a method from the `Enumerator` class on an array, and so I frequently use `Array#to_enum`. Since `Array` and `Enumerator` share the same parent `Enumerable`, they should be very close. I think it would be convenient if `Array` inherits from `Enumerator`. (Perhaps the same thing can be said for `Hash` too) -- https://bugs.ruby-lang.org/