From: Yorick Peterse Date: 2012-12-12T17:13:26+09:00 Subject: [ruby-core:50811] Re: [ruby-trunk - Feature #7548][Open] Load and Require Callbacks Is there a particular benefit of this over the current setup of require? require() calls are not async so I don't really see the benefit of adding callbacks to them. You mentioned you wanted to use it for monitoring, perhaps you can further explain that to clarify what you're trying to get at. Yorick