From: jean.boussier@... Date: 2019-05-07T11:13:16+00:00 Subject: [ruby-core:92582] [Ruby trunk Feature#15777] autoload?(cname, inherit=true) Issue #15777 has been updated by byroot (Jean Boussier). I made a patch for this feature: https://github.com/ruby/ruby/pull/2173 ---------------------------------------- Feature #15777: autoload?(cname, inherit=true) https://bugs.ruby-lang.org/issues/15777#change-77943 * 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: