From: nobu@... Date: 2019-06-20T05:22:51+00:00 Subject: [ruby-core:93271] [Ruby trunk Feature#15777] autoload?(cname, inherit=true) 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: