From: "Thomas Søndergaard" Date: 2002-03-12T00:43:38+09:00 Subject: RE: packages (jar-alike) > but I'd like to see plain > > load "classname.rb" > > while having "myarchive.zip" in loader path ($:, AFAIR?) Yup, if I'm not mistaken scarf redefines load and/or require. I think it should be possible to redefine require in such a way that it would work correctly with $: = [ "/some/directory/", "someArchive.zip" ]. Wouldn't that be neat. Thomas