[ruby-core:93271] [Ruby trunk Feature#15777] autoload?(cname, inherit=true)
From:
nobu@...
Date:
2019-06-20 05:22:51 UTC
List:
ruby-core #93271
Issue #15777 has been updated by nobu (Nobuyoshi Nakada). Is it necessary to export `rb_autoload_at_p`? Do you have the plan to use it in extension libraries? ---------------------------------------- Feature #15777: autoload?(cname, inherit=true) https://bugs.ruby-lang.org/issues/15777#change-78730 * Author: fxn (Xavier Noria) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- Zeitwerk needs to be able to check if a given class or module has an autoload defined for a certain constant name, that would be `autoload?(cname, false)`, similar to `const_defined?(cname, false)`. -- 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>