From: Thomas Hafner Date: 2007-01-26T23:15:09+09:00 Subject: meaning of subdirs within $LOAD_PATH Hello, what's the meanding of the different subdirectories which ar part of $: resp. $LOAD_PATH? I suppose a subdirectory "1.8" is for ruby-1.8-modules only, the "x86_64-linux" directory is special for that architecture a.s.o., but what is a difference between "lib/site_ruby" and "lib/ruby"? Where should I put my self written modules? Regards Thomas