From: "ara.t.howard" Date: 2007-10-13T02:06:18+09:00 Subject: Re: ANN: English 0.1 On Oct 12, 2007, at 10:02 AM, Alex Young wrote: > I hate to point this out, but isn't having "require 'english'" and > "require 'English'" both being valid and completely different going > to be rather confusing? not only that but, on osx for one, case in-sensitive file names means that, regardless of whether you require 'english' or 'English', the first one of either type in your loadpath will be loaded: cfp:~ > ruby -I . -r english -e 42 42 cfp:~ > ruby -I . -r English -e 42 42 so i think that users of osx will not even be able to load that via gems since the built-in English will be picked up first. regards. a @ http://codeforpeople.com/ -- we can deny everything, except that we have the possibility of being better. simply reflect on that. h.h. the 14th dalai lama