Subject: [ruby-core:47540] autoload & require
From: Xavier Noria <fxn@ s e c >
Date: Sat, 15 Sep 2012 16:22:53 +0900
Hi,
I am trying to decorate Kernel#require. While the wrapper works well with
regular require calls, I have seen it is not called by Kernel#autoload. Is
autoload using a custom C function? If so, is there a rationale for that?