[#99868] [Ruby master Bug#17144] Tempfile.open { ... } does not unlink the file — eregontp@...
Issue #17144 has been reported by Eregon (Benoit Daloze).
15 messages
2020/09/03
[ruby-core:100125] [Ruby master Feature#14394] Class.descendants
From:
ko1@...
Date:
2020-09-25 06:12:35 UTC
List:
ruby-core #100125
Issue #14394 has been updated by ko1 (Koichi Sasada). let's clear: * `self` should be is contained or not? AS's method doesn't contain. * singleton classes should be excluded. * order is random (not specified). * performance of this method is not important, or important (calls it many times)? ---------------------------------------- Feature #14394: Class.descendants https://bugs.ruby-lang.org/issues/14394#change-87693 * Author: ridiculous (Ryan Buckley) * Status: Feedback * Priority: Normal ---------------------------------------- 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/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>