Ryan Davis wrote: > My version: > >> require "x/ui/blah1" >> require "x/ui/blah2" > > assuming: > >> lib/x/ui/blah[12].rb > > It is 100% easier to read, maintain, and understand. There's no magic, > and nothing to debug because you don't pull in stuff you didn't expect. That doesn't work for all operating systems. -- Posted via http://www.ruby-forum.com/.