1 2 3 4 5 6
%w'enc/encdb.so enc/trans/transdb.so'.each do |init| begin require(init) rescue LoadError end end