T
Trans
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.
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.