From: "Kent S." Date: 2004-03-25T01:16:09+09:00 Subject: Re: Ruby's module search path $: == $LOAD_PATH Cheers, Kent. On Mar 24, 2004, at 11:12 AM, Vadim Nasardinov wrote: > $" is aliased to $LOADED_FEATURES, but the $: variable does not seem > to have an 'English' alias: > http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/English.rb?rev=1.4 > > What's up with that? > > >