From: Dave Thomas Date: 2001-10-30T07:10:44+09:00 Subject: [ruby-talk:23762] Re: require NQXML Tobias Reif writes: > I thought I'd go with > > nqxml/1.1.1/* You could do it the other way around: nqxml1.1/nqxml/... Then you could have % ruby -r nqxml 1.1 require 'nqxml/treeparser' etc (or set $: inside the script) Dave