106107108109110111112113114115116
} } // Look in Object and its included modules if (module.isOnlyAModule()) { for (RubyModule ancestor : objectClass.selfAndIncludedModules()) { constant = ancestor.getConstants().get(name); if (constant != null) { return constant; }