In Perl, there is default module directory, say C:\perl\lib;
C:\perl\site\lib,
and I can add more default module directory by editing the registry :
HKEY_LOCAL_MACHINE\SOFTWARE\PERL with
given string value Lib => “C:\OtherPM_Dir;C:\AnotherPM_Dir”
Is that similar way to do this in Ruby ? Any hints would highly
appreciate!
Best regards,
Lee