On Jan 30, 9:24 ¨Âí¬ ÁìðèÂìõå ¼êäåúåî®®®Àçíáéì®ãïí÷òïôåº
> 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 viahttp://www.ruby-forum.com/.

It'll at least work on Windows, Linux, and OSX. For what OSs will
forward slashes in the path not work?