From: Trans Date: 2006-08-09T01:10:11+09:00 Subject: load paths unions? I want to be able to "union" some load paths. Eg. given lib/facets/more lib/facets/core I'd like to be able to do require 'facets/foo.rb' And have it search both more/ and core/ for foo.rb. What's the best way to achieve this? T.