[ruby-core:126315] [Ruby Feature#14394] Class.descendants
Issue #14394 has been updated by shugo (Shugo Maeda). Status changed from Assigned to Closed Module#descendants was added instead of Class#descendants, so I'm closing this issue. See #9779 for details. ---------------------------------------- Feature #14394: Class.descendants https://bugs.ruby-lang.org/issues/14394#change-118425 * Author: ridiculous (Ryan Buckley) * Status: Closed * Assignee: ko1 (Koichi Sasada) ---------------------------------------- There have been numerous implementations of the method Class.descendants by various gems. However, I can't help but think that this ability should be included in the Ruby language itself. Especially since Ruby already offers the counterpart method Class.ancestors. Would it possible to add a `descendants` class method? -- https://bugs.ruby-lang.org/
participants (1)
-
shugo (Shugo Maeda)