Actions
Feature #10880
closedSubclassing Array from Enumerator
Feature #10880:
Subclassing Array from Enumerator
Status:
Rejected
Assignee:
-
Target version:
-
Description
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)
Actions