I want to put all the external libraries I'm using in my project in a
folder and require directly from there instead of installing the gem in
ruby.
MyProject folder
ExternalLibraries folder
Watir
rexml
oci8
...
mycode requiring the libraries in ExternalLibraries if it's needed
Is that possible?
--
Posted via http://www.ruby-forum.com/.