From: "mame (Yusuke Endoh)" Date: 2012-11-20T21:14:46+09:00 Subject: [ruby-core:49693] [ruby-trunk - Feature #3511] rb_path_to_class should call custom const_defined? methods Issue #3511 has been updated by mame (Yusuke Endoh). Target version set to next minor ---------------------------------------- Feature #3511: rb_path_to_class should call custom const_defined? methods https://bugs.ruby-lang.org/issues/3511#change-33214 Author: tenderlovemaking (Aaron Patterson) Status: Feedback Priority: Normal Assignee: Category: Target version: next minor =begin It would be nice if rb_path_to_class called custom const_defined? methods. This would give marshaled objects a chance to locate and define classes when they are being unmarshalled. I've attached a patch with a test that demonstrates the desired functionality and a (probably naive) implementation. =end -- http://bugs.ruby-lang.org/