Hi,

At Fri, 15 Aug 2008 15:57:21 +0900,
David Masover wrote in [ruby-talk:311365]:
> autoload :Foo do
>   require 'foo'
>   Foo.autoload :Bar ...
> end
> 
> In that simplest form, it would at least centralize all my loading stuff in 
> one place. In a more meta form, I could run through some search paths I'm 
> likely to use (in my own app, for instance), and generate an autoload scheme 
> based on that.

I don't think it makes things simpler, but it sounds
interesting.  You can file it in the ITS, if you want.
<http://redmine.ruby-lang.org/projects/ruby/issues?set_filter=1&tracker_id=2>

-- 
Nobu Nakada